Re: [PATCH] selftests: remove duplicated function definition

2025-05-15 Thread Christian Brauner
On Wed, May 14, 2025 at 10:02:02AM +0800, Chen Linxuan wrote: > I failed to build this test on Ubuntu 24.04. Compiler complains that > function sys_open_tree has already been defined in > "../filesystems/overlayfs/wrappers.h". > > Signed-off-by: Chen Linxuan > --- This is already fixed in the ne

[PATCH] selftests: remove duplicated function definition

2025-05-13 Thread Chen Linxuan
I failed to build this test on Ubuntu 24.04. Compiler complains that function sys_open_tree has already been defined in "../filesystems/overlayfs/wrappers.h". Signed-off-by: Chen Linxuan --- tools/testing/selftests/mount_setattr/mount_setattr_test.c | 5 - 1 file changed, 5 deletions(-) dif