]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/dir.c
nilfs2: use unlocked_ioctl
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / dir.c
index 393316cd3cadcd931dec768945680ea2e9bdf8b7..54100acc1102706ed6c39116b89f7fbaa6c72f02 100644 (file)
@@ -702,7 +702,7 @@ struct file_operations nilfs_dir_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = nilfs_readdir,
-       .ioctl          = nilfs_ioctl,
+       .unlocked_ioctl = nilfs_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = nilfs_ioctl,
 #endif /* CONFIG_COMPAT */