const: make struct super_block::s_qcop const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
61e225dc34
commit
0d54b217a2
@@ -737,7 +737,7 @@ static const struct dquot_operations ext3_quota_operations = {
|
||||
.destroy_dquot = dquot_destroy,
|
||||
};
|
||||
|
||||
static struct quotactl_ops ext3_qctl_operations = {
|
||||
static const struct quotactl_ops ext3_qctl_operations = {
|
||||
.quota_on = ext3_quota_on,
|
||||
.quota_off = vfs_quota_off,
|
||||
.quota_sync = vfs_quota_sync,
|
||||
|
Reference in New Issue
Block a user