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 163c890f436d..746055b214d7 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2198,7 +2198,7 @@ static inline struct cftype *__file_cft(struct file *file)
2198 return __d_cft(file->f_dentry); 2198 return __d_cft(file->f_dentry);
2199} 2199}
2200 2200
2201static int cgroup_delete_dentry(struct dentry *dentry) 2201static int cgroup_delete_dentry(const struct dentry *dentry)
2202{ 2202{
2203 return 1; 2203 return 1;
2204} 2204}