diff options
| -rw-r--r-- | fs/nilfs2/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index 313d0a21da48..c446017141d8 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c | |||
| @@ -648,7 +648,7 @@ static int nilfs_ioctl_get_info(struct inode *inode, struct file *filp, | |||
| 648 | long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | 648 | long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) |
| 649 | { | 649 | { |
| 650 | struct inode *inode = filp->f_dentry->d_inode; | 650 | struct inode *inode = filp->f_dentry->d_inode; |
| 651 | void __user *argp = (void * __user *)arg; | 651 | void __user *argp = (void __user *)arg; |
| 652 | 652 | ||
| 653 | switch (cmd) { | 653 | switch (cmd) { |
| 654 | case NILFS_IOCTL_CHANGE_CPMODE: | 654 | case NILFS_IOCTL_CHANGE_CPMODE: |
