aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3/file.c')
-rw-r--r--fs/ext3/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/file.c b/fs/ext3/file.c
index a86d3302cdc2..3c7fb11a3b29 100644
--- a/fs/ext3/file.c
+++ b/fs/ext3/file.c
@@ -62,7 +62,7 @@ const struct file_operations ext3_file_operations = {
62 .compat_ioctl = ext3_compat_ioctl, 62 .compat_ioctl = ext3_compat_ioctl,
63#endif 63#endif
64 .mmap = generic_file_mmap, 64 .mmap = generic_file_mmap,
65 .open = generic_file_open, 65 .open = dquot_file_open,
66 .release = ext3_release_file, 66 .release = ext3_release_file,
67 .fsync = ext3_sync_file, 67 .fsync = ext3_sync_file,
68 .splice_read = generic_file_splice_read, 68 .splice_read = generic_file_splice_read,