Looks like the wrapper in xfstests-bld/attr/libattr/syscalls.c returns
the dreaded ENOSYS becuase XATTR_SYSCALLS is not defined. Silent and
deadly.

#if HAVE_XATTR_SYSCALLS
# define SYSCALL(args...)       syscall(args)
#else
# define SYSCALL(args...)       ( errno = ENOSYS, -1 )
#endif

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1755499

Title:
  zfs returns enosys when calling fsetxattr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1755499/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to