From: Al Viro Date: Mon, 13 Feb 2012 02:56:08 +0000 (-0500) Subject: procfs: clean proc_fill_super() up X-Git-Tag: v3.4-rc1~163^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4231e2f92adbcf96fb2a3fa751d7ca0a61b21f;p=pandora-kernel.git procfs: clean proc_fill_super() up 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 --- Reading git-diff-tree failed