X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjfs%2Ffile.c;h=7f6063acaa3b2460c395ced0da2c82bb21a579b2;hb=0b09923eabd92f11a8b272dd3fd0347332d0e1e2;hp=87eb93694af75832c792f1863c3edbe13d6c5c56;hpb=5be808467347fc99bdd216883c5dbd123d6ad9d6;p=linux-2.6-omap-h63xx.git diff --git a/fs/jfs/file.c b/fs/jfs/file.c index 87eb93694af..7f6063acaa3 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 };