Message ID | 52721b67-60e0-0570-0e90-282e4d525797@redhat.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Looks fine,
Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/io/statx.h b/io/statx.h index ff08e27..eea7944 100644 --- a/io/statx.h +++ b/io/statx.h @@ -18,10 +18,12 @@ #ifndef __NR_statx # ifdef __i386__ # define __NR_statx 383 -# elif defined (__ILP32__) -# define __NR_statx (__X32_SYSCALL_BIT + 332) # elif defined (__x86_64__) -# define __NR_statx 332 +# if defined (__ILP32__) +# define __NR_statx (__X32_SYSCALL_BIT + 332) +# else +# define __NR_statx 332 +# endif # endif #endif