Re: [PATCH] selftests/filesystems/mount-notify: remove __kernel_fsid_t

2025-06-20 Thread Muhammad Usama Anjum
On 6/20/25 8:43 AM, Chen Linxuan wrote: > When build kernel selftests on Ubuntu 24.04, I got a compiler error: > > mount-notify_test.c:22:3: error: conflicting types for ‘__kernel_fsid_t’; > have ‘struct ’ >22 | } __kernel_fsid_t; > | ^~~ > In file included from .../linux/

[PATCH] selftests/filesystems/mount-notify: remove __kernel_fsid_t

2025-06-19 Thread Chen Linxuan
When build kernel selftests on Ubuntu 24.04, I got a compiler error: mount-notify_test.c:22:3: error: conflicting types for ‘__kernel_fsid_t’; have ‘struct ’ 22 | } __kernel_fsid_t; | ^~~ In file included from .../linux/usr/include/asm/posix_types_64.h:18,