dquot: move dquot initialization responsibility into the filesystem
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ext3 / file.c
index a86d3302cdc2f6f70c56c484151c4f3557db1ed1..3c7fb11a3b2905681b3a440b270090fc2b8b3dc3 100644 (file)
@@ -62,7 +62,7 @@ const struct file_operations ext3_file_operations = {
        .compat_ioctl   = ext3_compat_ioctl,
 #endif
        .mmap           = generic_file_mmap,
-       .open           = generic_file_open,
+       .open           = dquot_file_open,
        .release        = ext3_release_file,
        .fsync          = ext3_sync_file,
        .splice_read    = generic_file_splice_read,