]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/file.c
nilfs2: remove compat ioctl code
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / file.c
index cd38124372f3c0b396c18e91c7822d87c71348ac..a2bd962ebd859d7dfa59b4ce8fae33ce31390609 100644 (file)
@@ -142,7 +142,7 @@ struct file_operations nilfs_file_operations = {
        .aio_write      = generic_file_aio_write,
        .ioctl          = nilfs_ioctl,
 #ifdef CONFIG_COMPAT
-       .compat_ioctl   = nilfs_compat_ioctl,
+       .compat_ioctl   = nilfs_ioctl,
 #endif /* CONFIG_COMPAT */
        .mmap           = nilfs_file_mmap,
        .open           = generic_file_open,