Skip to content

Commit

Permalink
reiserfs: Add default allocation routines for quota structures
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
  • Loading branch information
jankara authored and Mark Fasheh committed Jan 5, 2009
1 parent 7d9056b commit 4103003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ static struct dquot_operations reiserfs_quota_operations = {
.release_dquot = reiserfs_release_dquot,
.mark_dirty = reiserfs_mark_dquot_dirty,
.write_info = reiserfs_write_info,
.alloc_dquot = dquot_alloc,
.destroy_dquot = dquot_destroy,
};

static struct quotactl_ops reiserfs_qctl_operations = {
Expand Down

0 comments on commit 4103003

Please sign in to comment.