diff options
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r-- | fs/reiserfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index c0306ec8ed7b..b8f2d1e8c645 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c | |||
@@ -802,6 +802,7 @@ static const struct dquot_operations reiserfs_quota_operations = { | |||
802 | .write_info = reiserfs_write_info, | 802 | .write_info = reiserfs_write_info, |
803 | .alloc_dquot = dquot_alloc, | 803 | .alloc_dquot = dquot_alloc, |
804 | .destroy_dquot = dquot_destroy, | 804 | .destroy_dquot = dquot_destroy, |
805 | .get_next_id = dquot_get_next_id, | ||
805 | }; | 806 | }; |
806 | 807 | ||
807 | static const struct quotactl_ops reiserfs_qctl_operations = { | 808 | static const struct quotactl_ops reiserfs_qctl_operations = { |