procfs: clean proc_fill_super() up
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Feb 2012 02:56:08 +0000 (21:56 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:34 +0000 (21:29 -0400)
First of all, there's no need to zero ->i_uid/->i_gid on root inode -
both had been set to zero already.  Moreover, let's take the iput()
on failure to the failure exit it belongs to...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/inode.c

diff --cc fs/proc/inode.c
Simple merge