diff options
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
| -rw-r--r-- | fs/xfs/xfs_ioctl32.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ioctl32.c b/fs/xfs/xfs_ioctl32.c index 33c09ec8e6c0..e6506773ba55 100644 --- a/fs/xfs/xfs_ioctl32.c +++ b/fs/xfs/xfs_ioctl32.c @@ -484,8 +484,6 @@ xfs_file_compat_ioctl(  	}  #endif  	/* long changes size, but xfs only copiese out 32 bits */ -	case XFS_IOC_GETXFLAGS_32: -	case XFS_IOC_SETXFLAGS_32:  	case XFS_IOC_GETVERSION_32:  		cmd = _NATIVE_IOC(cmd, long);  		return xfs_file_ioctl(filp, cmd, p);  |