]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/dir.c
nilfs2: remove compat ioctl code
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / dir.c
index 1b7e6ddabbeb05327e860e6fe669a63a7cb91ab1..393316cd3cadcd931dec768945680ea2e9bdf8b7 100644 (file)
@@ -704,7 +704,7 @@ struct file_operations nilfs_dir_operations = {
        .readdir        = nilfs_readdir,
        .ioctl          = nilfs_ioctl,
 #ifdef CONFIG_COMPAT
-       .compat_ioctl   = nilfs_compat_ioctl,
+       .compat_ioctl   = nilfs_ioctl,
 #endif /* CONFIG_COMPAT */
        .fsync          = nilfs_sync_file,