]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/namei.c
BKL-removal: Implement a compat_ioctl handler for JFS
[linux-2.6-omap-h63xx.git] / fs / jfs / namei.c
index 6440904a051c50ede9495e5d1f7d9414cfa73978..0ba6778edaa2ae73d9595d8f425c7d3e98dce7a7 100644 (file)
@@ -1557,6 +1557,9 @@ const struct file_operations jfs_dir_operations = {
        .readdir        = jfs_readdir,
        .fsync          = jfs_fsync,
        .unlocked_ioctl = jfs_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl   = jfs_compat_ioctl,
+#endif
 };
 
 static int jfs_ci_hash(struct dentry *dir, struct qstr *this)