On 2020-07-10 at 15:55:24 +0200, Jens Axboe <axboe@xxxxxxxxx> wrote: > On 7/9/20 3:34 PM, Tobias Klauser wrote: > > Use __NR_statx in do_statx and unconditionally use it to check the > > result on all architectures, not just x86_64. This relies on the > > fact that __NR_statx should be defined if struct statx and STATX_ALL are > > available as well. > > > > Don't fail the test if the statx syscall returns EOPNOTSUPP though. > > Applied, thanks. And thanks for your follow-up fix! Looking at it I noticed that statx_syscall_supported introduced by this change should check for ENOSYS, not EOPNOTSUPP. Will send another follow-up.