X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjfs%2Ffile.c;h=7f6063acaa3b2460c395ced0da2c82bb21a579b2;hb=a22c50c302c58ba2d1d2846e85239ba80da61a56;hp=87eb93694af75832c792f1863c3edbe13d6c5c56;hpb=8269cc4e2b0ddcdcb9e7f2034c464ef8613737a1;p=linux-2.6 diff --git a/fs/jfs/file.c b/fs/jfs/file.c index 87eb93694a..7f6063acaa 100644 --- a/fs/jfs/file.c +++ b/fs/jfs/file.c @@ -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 };