diff options
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 58727b5b4351..339b0baf2af6 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c | |||
@@ -615,7 +615,7 @@ static int reiserfs_mark_dquot_dirty(struct dquot *); | |||
615 | static int reiserfs_write_info(struct super_block *, int); | 615 | static int reiserfs_write_info(struct super_block *, int); |
616 | static int reiserfs_quota_on(struct super_block *, int, int, char *, int); | 616 | static int reiserfs_quota_on(struct super_block *, int, int, char *, int); |
617 | 617 | ||
618 | static struct dquot_operations reiserfs_quota_operations = { | 618 | static const struct dquot_operations reiserfs_quota_operations = { |
619 | .initialize = dquot_initialize, | 619 | .initialize = dquot_initialize, |
620 | .drop = dquot_drop, | 620 | .drop = dquot_drop, |
621 | .alloc_space = dquot_alloc_space, | 621 | .alloc_space = dquot_alloc_space, |
@@ -632,7 +632,7 @@ static struct dquot_operations reiserfs_quota_operations = { | |||
632 | .destroy_dquot = dquot_destroy, | 632 | .destroy_dquot = dquot_destroy, |
633 | }; | 633 | }; |
634 | 634 | ||
635 | static struct quotactl_ops reiserfs_qctl_operations = { | 635 | static const struct quotactl_ops reiserfs_qctl_operations = { |
636 | .quota_on = reiserfs_quota_on, | 636 | .quota_on = reiserfs_quota_on, |
637 | .quota_off = vfs_quota_off, | 637 | .quota_off = vfs_quota_off, |
638 | .quota_sync = vfs_quota_sync, | 638 | .quota_sync = vfs_quota_sync, |