X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fnilfs2%2Ffile.c;h=a2bd962ebd859d7dfa59b4ce8fae33ce31390609;hb=8082d36aed26c4fb6ed43e4008303682eabf839e;hp=cd38124372f3c0b396c18e91c7822d87c71348ac;hpb=dc498d09be28172846cacded35ca2378222a8c7b;p=linux-2.6-omap-h63xx.git diff --git a/fs/nilfs2/file.c b/fs/nilfs2/file.c index cd38124372f..a2bd962ebd8 100644 --- a/fs/nilfs2/file.c +++ b/fs/nilfs2/file.c @@ -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,