diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 2aa408201aa5..d8abe996e009 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -919,7 +919,6 @@ static int cgroup_get_rootdir(struct super_block *sb) | |||
919 | if (!inode) | 919 | if (!inode) |
920 | return -ENOMEM; | 920 | return -ENOMEM; |
921 | 921 | ||
922 | inode->i_op = &simple_dir_inode_operations; | ||
923 | inode->i_fop = &simple_dir_operations; | 922 | inode->i_fop = &simple_dir_operations; |
924 | inode->i_op = &cgroup_dir_inode_operations; | 923 | inode->i_op = &cgroup_dir_inode_operations; |
925 | /* directories start off with i_nlink == 2 (for "." entry) */ | 924 | /* directories start off with i_nlink == 2 (for "." entry) */ |