X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fliblustreapi.c;h=f46f72b77192071d0ccddf146148964a8ccee1c0;hp=705b544b2a5acf4dbd468a05b1a9402781e6bf03;hb=980f8741339f2bece106f6955b0b076d35211850;hpb=3947d680cf17ef16162958cbb91b6e9e6855564f diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index 705b544..f46f72b 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -4597,7 +4597,7 @@ static int fget_projid(int fd, int *projid) struct fsxattr fsx; int rc; - rc = ioctl(fd, LL_IOC_FSGETXATTR, &fsx); + rc = ioctl(fd, FS_IOC_FSGETXATTR, &fsx); if (rc) return -errno;