]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/file.c
BKL-removal: Implement a compat_ioctl handler for JFS
[linux-2.6-omap-h63xx.git] / fs / jfs / file.c
index 713ff4c2f80754d0595f339bf7f447977a9eca50..7f6063acaa3b2460c395ced0da2c82bb21a579b2 100644 (file)
@@ -113,4 +113,7 @@ const struct file_operations jfs_file_operations = {
        .fsync          = jfs_fsync,
        .release        = jfs_release,
        .unlocked_ioctl = jfs_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl   = jfs_compat_ioctl,
+#endif
 };