constify dentry_operations: rest
[deliverable/linux.git] / kernel / cgroup.c
index 9edb5c4b79b4f1a88a0487f588c36fc6207f54a9..b01100ebd074673986ebb694004af973a172430d 100644 (file)
@@ -1627,7 +1627,7 @@ static struct inode_operations cgroup_dir_inode_operations = {
 static int cgroup_create_file(struct dentry *dentry, int mode,
                                struct super_block *sb)
 {
-       static struct dentry_operations cgroup_dops = {
+       static const struct dentry_operations cgroup_dops = {
                .d_iput = cgroup_diput,
        };
 
This page took 0.027892 seconds and 5 git commands to generate.