aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/ioctl.c')
-rw-r--r--fs/nilfs2/ioctl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c
index 41d6743d303c..3e654273cfc2 100644
--- a/fs/nilfs2/ioctl.c
+++ b/fs/nilfs2/ioctl.c
@@ -842,6 +842,19 @@ long nilfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
842 case FS_IOC32_GETVERSION: 842 case FS_IOC32_GETVERSION:
843 cmd = FS_IOC_GETVERSION; 843 cmd = FS_IOC_GETVERSION;
844 break; 844 break;
845 case NILFS_IOCTL_CHANGE_CPMODE:
846 case NILFS_IOCTL_DELETE_CHECKPOINT:
847 case NILFS_IOCTL_GET_CPINFO:
848 case NILFS_IOCTL_GET_CPSTAT:
849 case NILFS_IOCTL_GET_SUINFO:
850 case NILFS_IOCTL_GET_SUSTAT:
851 case NILFS_IOCTL_GET_VINFO:
852 case NILFS_IOCTL_GET_BDESCS:
853 case NILFS_IOCTL_CLEAN_SEGMENTS:
854 case NILFS_IOCTL_SYNC:
855 case NILFS_IOCTL_RESIZE:
856 case NILFS_IOCTL_SET_ALLOC_RANGE:
857 break;
845 default: 858 default:
846 return -ENOIOCTLCMD; 859 return -ENOIOCTLCMD;
847 } 860 }