diff options
Diffstat (limited to 'fs/xfs/xfs_fs.h')
-rw-r--r-- | fs/xfs/xfs_fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index 4ae03bae992f..589c41c38446 100644 --- a/fs/xfs/xfs_fs.h +++ b/fs/xfs/xfs_fs.h | |||
@@ -418,10 +418,6 @@ typedef struct xfs_handle { | |||
418 | #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS | 418 | #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS |
419 | #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS | 419 | #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS |
420 | #define XFS_IOC_GETVERSION FS_IOC_GETVERSION | 420 | #define XFS_IOC_GETVERSION FS_IOC_GETVERSION |
421 | /* 32-bit compat counterparts */ | ||
422 | #define XFS_IOC32_GETXFLAGS FS_IOC32_GETFLAGS | ||
423 | #define XFS_IOC32_SETXFLAGS FS_IOC32_SETFLAGS | ||
424 | #define XFS_IOC32_GETVERSION FS_IOC32_GETVERSION | ||
425 | 421 | ||
426 | /* | 422 | /* |
427 | * ioctl commands that replace IRIX fcntl()'s | 423 | * ioctl commands that replace IRIX fcntl()'s |