diff options
Diffstat (limited to 'fs/jfs/namei.c')
-rw-r--r-- | fs/jfs/namei.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index 403cfc24c6fe..0ba6778edaa2 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c | |||
@@ -1556,7 +1556,10 @@ const struct file_operations jfs_dir_operations = { | |||
1556 | .read = generic_read_dir, | 1556 | .read = generic_read_dir, |
1557 | .readdir = jfs_readdir, | 1557 | .readdir = jfs_readdir, |
1558 | .fsync = jfs_fsync, | 1558 | .fsync = jfs_fsync, |
1559 | .ioctl = jfs_ioctl, | 1559 | .unlocked_ioctl = jfs_ioctl, |
1560 | #ifdef CONFIG_COMPAT | ||
1561 | .compat_ioctl = jfs_compat_ioctl, | ||
1562 | #endif | ||
1560 | }; | 1563 | }; |
1561 | 1564 | ||
1562 | static int jfs_ci_hash(struct dentry *dir, struct qstr *this) | 1565 | static int jfs_ci_hash(struct dentry *dir, struct qstr *this) |