diff options
| -rw-r--r-- | fs/ubifs/ioctl.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/fs/ubifs/ioctl.c b/fs/ubifs/ioctl.c index d79cabe193c3..2c99349cf537 100644 --- a/fs/ubifs/ioctl.c +++ b/fs/ubifs/ioctl.c @@ -213,12 +213,6 @@ long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg)  long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)  {  	switch (cmd) { -	case FS_IOC32_GETFLAGS: -		cmd = FS_IOC_GETFLAGS; -		break; -	case FS_IOC32_SETFLAGS: -		cmd = FS_IOC_SETFLAGS; -		break;  	case FS_IOC_SET_ENCRYPTION_POLICY:  	case FS_IOC_GET_ENCRYPTION_POLICY:  	case FS_IOC_GET_ENCRYPTION_POLICY_EX: | 
