diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index c7ece8f027f2..39dde299a920 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -961,7 +961,7 @@ static int cgroup_remount(struct super_block *sb, int *flags, char *data) | |||
961 | return ret; | 961 | return ret; |
962 | } | 962 | } |
963 | 963 | ||
964 | static struct super_operations cgroup_ops = { | 964 | static const struct super_operations cgroup_ops = { |
965 | .statfs = simple_statfs, | 965 | .statfs = simple_statfs, |
966 | .drop_inode = generic_delete_inode, | 966 | .drop_inode = generic_delete_inode, |
967 | .show_options = cgroup_show_options, | 967 | .show_options = cgroup_show_options, |