X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjfs%2Fnamei.c;h=0ba6778edaa2ae73d9595d8f425c7d3e98dce7a7;hb=1df5a8d004f64b1aa3fb93e0556886ba00ebc979;hp=403cfc24c6fe23155848e771c97ef344e3fc17a5;hpb=e5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c;p=linux-2.6 diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index 403cfc24c6..0ba6778eda 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c @@ -1556,7 +1556,10 @@ const struct file_operations jfs_dir_operations = { .read = generic_read_dir, .readdir = jfs_readdir, .fsync = jfs_fsync, - .ioctl = jfs_ioctl, + .unlocked_ioctl = jfs_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = jfs_compat_ioctl, +#endif }; static int jfs_ci_hash(struct dentry *dir, struct qstr *this)