diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index e7a4e11352d2..72743d360509 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -737,7 +737,7 @@ static const struct dquot_operations ext3_quota_operations = { | |||
737 | .destroy_dquot = dquot_destroy, | 737 | .destroy_dquot = dquot_destroy, |
738 | }; | 738 | }; |
739 | 739 | ||
740 | static struct quotactl_ops ext3_qctl_operations = { | 740 | static const struct quotactl_ops ext3_qctl_operations = { |
741 | .quota_on = ext3_quota_on, | 741 | .quota_on = ext3_quota_on, |
742 | .quota_off = vfs_quota_off, | 742 | .quota_off = vfs_quota_off, |
743 | .quota_sync = vfs_quota_sync, | 743 | .quota_sync = vfs_quota_sync, |