]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/file.c
Convert ext4 to use unlocked_ioctl
[linux-2.6-omap-h63xx.git] / fs / ext4 / file.c
index ac35ec58db55c9e9fe4b4d3effde74274b614b25..20507a24506abde931d4d61ea68d11b6cc8f9a17 100644 (file)
@@ -129,7 +129,7 @@ const struct file_operations ext4_file_operations = {
        .write          = do_sync_write,
        .aio_read       = generic_file_aio_read,
        .aio_write      = ext4_file_write,
-       .ioctl          = ext4_ioctl,
+       .unlocked_ioctl = ext4_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = ext4_compat_ioctl,
 #endif