diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 7ffb62eca4b2..df539ba27779 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -985,7 +985,7 @@ static const struct dquot_operations ext4_quota_operations = { | |||
985 | .destroy_dquot = dquot_destroy, | 985 | .destroy_dquot = dquot_destroy, |
986 | }; | 986 | }; |
987 | 987 | ||
988 | static struct quotactl_ops ext4_qctl_operations = { | 988 | static const struct quotactl_ops ext4_qctl_operations = { |
989 | .quota_on = ext4_quota_on, | 989 | .quota_on = ext4_quota_on, |
990 | .quota_off = vfs_quota_off, | 990 | .quota_off = vfs_quota_off, |
991 | .quota_sync = vfs_quota_sync, | 991 | .quota_sync = vfs_quota_sync, |