Re: [PATCH] selftests: filesystems: add missing stddef header

2024-04-21 Thread Muhammad Usama Anjum
On 4/20/24 8:56 PM, Amer Al Shanawany wrote: > On 4/19/24 18:45, Muhammad Usama Anjum wrote: >> On 4/17/24 9:16 PM, Amer Al Shanawany wrote: >>> fix compiler warning and errors when compiling statmount test. Following can be added to the description: statmount_test.c:572:24: warning: implicit decl

Re: [PATCH] selftests: filesystems: add missing stddef header

2024-04-20 Thread Amer Al Shanawany
On 4/19/24 18:45, Muhammad Usama Anjum wrote: > On 4/17/24 9:16 PM, Amer Al Shanawany wrote: >> fix compiler warning and errors when compiling statmount test. > The error description or the compiler with version is required to reproduce > the error easily. I'm unable to reproduce the error by gcc 1

Re: [PATCH] selftests: filesystems: add missing stddef header

2024-04-19 Thread Muhammad Usama Anjum
On 4/17/24 9:16 PM, Amer Al Shanawany wrote: > fix compiler warning and errors when compiling statmount test. The error description or the compiler with version is required to reproduce the error easily. I'm unable to reproduce the error by gcc 12 and clang 17. > > Signed-off-by: Amer Al Shanawan

[PATCH] selftests: filesystems: add missing stddef header

2024-04-17 Thread Amer Al Shanawany
fix compiler warning and errors when compiling statmount test. Signed-off-by: Amer Al Shanawany --- tools/testing/selftests/filesystems/statmount/statmount_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/filesystems/statmount/statmount_test.c b/tools/testing/s