]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext3/file.c
Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / fs / ext3 / file.c
index 4a04cbb1c231507b2fe95ec48408eb5a57f5e76a..5b49704b231b27b53a8d52dc15a1c62118f6124f 100644 (file)
@@ -116,7 +116,7 @@ const struct file_operations ext3_file_operations = {
        .write          = do_sync_write,
        .aio_read       = generic_file_aio_read,
        .aio_write      = ext3_file_write,
-       .ioctl          = ext3_ioctl,
+       .unlocked_ioctl = ext3_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = ext3_compat_ioctl,
 #endif