aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r--fs/ext4/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c
index 9630583cef28..85fa464a24ad 100644
--- a/fs/ext4/file.c
+++ b/fs/ext4/file.c
@@ -127,7 +127,7 @@ static int ext4_file_open(struct inode * inode, struct file * filp)
127 sb->s_dirt = 1; 127 sb->s_dirt = 1;
128 } 128 }
129 } 129 }
130 return generic_file_open(inode, filp); 130 return dquot_file_open(inode, filp);
131} 131}
132 132
133const struct file_operations ext4_file_operations = { 133const struct file_operations ext4_file_operations = {