aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 41f879497f91..5a238e9c71ce 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -943,6 +943,10 @@ static struct dquot_operations ext4_quota_operations = {
943 .initialize = dquot_initialize, 943 .initialize = dquot_initialize,
944 .drop = dquot_drop, 944 .drop = dquot_drop,
945 .alloc_space = dquot_alloc_space, 945 .alloc_space = dquot_alloc_space,
946 .reserve_space = dquot_reserve_space,
947 .claim_space = dquot_claim_space,
948 .release_rsv = dquot_release_reserved_space,
949 .get_reserved_space = ext4_get_reserved_space,
946 .alloc_inode = dquot_alloc_inode, 950 .alloc_inode = dquot_alloc_inode,
947 .free_space = dquot_free_space, 951 .free_space = dquot_free_space,
948 .free_inode = dquot_free_inode, 952 .free_inode = dquot_free_inode,