BKL-removal: Use unlocked_ioctl for jfs
[pandora-kernel.git] / fs / jfs / file.c
index 87eb936..713ff4c 100644 (file)
@@ -112,5 +112,5 @@ 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,
 };