]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nilfs2/file.c
nilfs2: add compat ioctl
[karo-tx-linux.git] / fs / nilfs2 / file.c
index 2f560c9fb808192cdddad3277c345e04440b1fb6..7a5e4ab15c6ee869c815c878df1b098b686915b4 100644 (file)
@@ -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,