]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext3/file.c
[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [try #6]
[karo-tx-linux.git] / fs / ext3 / file.c
index 994efd189f4e3c7bd667e866d359670189f7ea65..74ff20f9d09b927f982c0f5331f7b339286a1ad3 100644 (file)
@@ -114,6 +114,9 @@ const struct file_operations ext3_file_operations = {
        .readv          = generic_file_readv,
        .writev         = generic_file_writev,
        .ioctl          = ext3_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl   = ext3_compat_ioctl,
+#endif
        .mmap           = generic_file_mmap,
        .open           = generic_file_open,
        .release        = ext3_release_file,