X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fnilfs2%2Ffile.c;h=7a5e4ab15c6ee869c815c878df1b098b686915b4;hb=828b1c50ae11e6dda68f8dfefe43b74c7182b157;hp=2f560c9fb808192cdddad3277c345e04440b1fb6;hpb=008d23e4852d78bb2618f2035f8b2110b6a6b968;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/nilfs2/file.c b/fs/nilfs2/file.c index 2f560c9fb808..7a5e4ab15c6e 100644 --- a/fs/nilfs2/file.c +++ b/fs/nilfs2/file.c @@ -142,7 +142,7 @@ const struct file_operations nilfs_file_operations = { .aio_write = generic_file_aio_write, .unlocked_ioctl = nilfs_ioctl, #ifdef CONFIG_COMPAT - .compat_ioctl = nilfs_ioctl, + .compat_ioctl = nilfs_compat_ioctl, #endif /* CONFIG_COMPAT */ .mmap = nilfs_file_mmap, .open = generic_file_open,