diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 735c20d5fd56..fa8f4deda652 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1014,15 +1014,10 @@ static ssize_t ext4_quota_write(struct super_block *sb, int type, | |||
1014 | static const struct dquot_operations ext4_quota_operations = { | 1014 | static const struct dquot_operations ext4_quota_operations = { |
1015 | .initialize = dquot_initialize, | 1015 | .initialize = dquot_initialize, |
1016 | .drop = dquot_drop, | 1016 | .drop = dquot_drop, |
1017 | .alloc_space = dquot_alloc_space, | ||
1018 | .reserve_space = dquot_reserve_space, | ||
1019 | .claim_space = dquot_claim_space, | ||
1020 | .release_rsv = dquot_release_reserved_space, | ||
1021 | #ifdef CONFIG_QUOTA | 1017 | #ifdef CONFIG_QUOTA |
1022 | .get_reserved_space = ext4_get_reserved_space, | 1018 | .get_reserved_space = ext4_get_reserved_space, |
1023 | #endif | 1019 | #endif |
1024 | .alloc_inode = dquot_alloc_inode, | 1020 | .alloc_inode = dquot_alloc_inode, |
1025 | .free_space = dquot_free_space, | ||
1026 | .free_inode = dquot_free_inode, | 1021 | .free_inode = dquot_free_inode, |
1027 | .transfer = dquot_transfer, | 1022 | .transfer = dquot_transfer, |
1028 | .write_dquot = ext4_write_dquot, | 1023 | .write_dquot = ext4_write_dquot, |