]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/file.c
nilfs2: use unlocked_ioctl
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / file.c
index a2bd962ebd859d7dfa59b4ce8fae33ce31390609..6bd84a0d82385cf26e6bc8194dfe5340d73d149a 100644 (file)
@@ -140,7 +140,7 @@ struct file_operations nilfs_file_operations = {
        .write          = do_sync_write,
        .aio_read       = generic_file_aio_read,
        .aio_write      = generic_file_aio_write,
-       .ioctl          = nilfs_ioctl,
+       .unlocked_ioctl = nilfs_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = nilfs_ioctl,
 #endif /* CONFIG_COMPAT */