Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[deliverable/linux.git] / fs / jfs / file.c
index 87eb93694af75832c792f1863c3edbe13d6c5c56..7f6063acaa3b2460c395ced0da2c82bb21a579b2 100644 (file)
@@ -112,5 +112,8 @@ const struct file_operations jfs_file_operations = {
        .splice_write   = generic_file_splice_write,
        .fsync          = jfs_fsync,
        .release        = jfs_release,
-       .ioctl          = jfs_ioctl,
+       .unlocked_ioctl = jfs_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl   = jfs_compat_ioctl,
+#endif
 };
This page took 0.023999 seconds and 5 git commands to generate.