X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fnilfs2%2Fdir.c;h=393316cd3cadcd931dec768945680ea2e9bdf8b7;hb=8082d36aed26c4fb6ed43e4008303682eabf839e;hp=1b7e6ddabbeb05327e860e6fe669a63a7cb91ab1;hpb=dc498d09be28172846cacded35ca2378222a8c7b;p=linux-2.6-omap-h63xx.git diff --git a/fs/nilfs2/dir.c b/fs/nilfs2/dir.c index 1b7e6ddabbe..393316cd3ca 100644 --- a/fs/nilfs2/dir.c +++ b/fs/nilfs2/dir.c @@ -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,