aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 9edb5c4b79b4..b01100ebd074 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1627,7 +1627,7 @@ static struct inode_operations cgroup_dir_inode_operations = {
1627static int cgroup_create_file(struct dentry *dentry, int mode, 1627static int cgroup_create_file(struct dentry *dentry, int mode,
1628 struct super_block *sb) 1628 struct super_block *sb)
1629{ 1629{
1630 static struct dentry_operations cgroup_dops = { 1630 static const struct dentry_operations cgroup_dops = {
1631 .d_iput = cgroup_diput, 1631 .d_iput = cgroup_diput,
1632 }; 1632 };
1633 1633