diff options
Diffstat (limited to 'fs/proc/inode.c')
| -rw-r--r-- | fs/proc/inode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 6573f31f1fd9..075d3e945602 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
| @@ -204,10 +204,6 @@ int proc_fill_super(struct super_block *s, void *data, int silent) | |||
| 204 | root_inode = proc_get_inode(s, PROC_ROOT_INO, &proc_root); | 204 | root_inode = proc_get_inode(s, PROC_ROOT_INO, &proc_root); |
| 205 | if (!root_inode) | 205 | if (!root_inode) |
| 206 | goto out_no_root; | 206 | goto out_no_root; |
| 207 | /* | ||
| 208 | * Fixup the root inode's nlink value | ||
| 209 | */ | ||
| 210 | root_inode->i_nlink += nr_processes(); | ||
| 211 | root_inode->i_uid = 0; | 207 | root_inode->i_uid = 0; |
| 212 | root_inode->i_gid = 0; | 208 | root_inode->i_gid = 0; |
| 213 | s->s_root = d_alloc_root(root_inode); | 209 | s->s_root = d_alloc_root(root_inode); |
