aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index c22926eab5dc..fc827bb2a69b 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1203,9 +1203,7 @@ static ssize_t ext4_quota_write(struct super_block *sb, int type,
1203 const char *data, size_t len, loff_t off); 1203 const char *data, size_t len, loff_t off);
1204 1204
1205static const struct dquot_operations ext4_quota_operations = { 1205static const struct dquot_operations ext4_quota_operations = {
1206#ifdef CONFIG_QUOTA
1207 .get_reserved_space = ext4_get_reserved_space, 1206 .get_reserved_space = ext4_get_reserved_space,
1208#endif
1209 .write_dquot = ext4_write_dquot, 1207 .write_dquot = ext4_write_dquot,
1210 .acquire_dquot = ext4_acquire_dquot, 1208 .acquire_dquot = ext4_acquire_dquot,
1211 .release_dquot = ext4_release_dquot, 1209 .release_dquot = ext4_release_dquot,