commit | 6b4231e2f92adbcf96fb2a3fa751d7ca0a61b21f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 12 21:56:08 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:34 2012 -0400 |
tree | e4ede05b2253e6bc333b007b2550bd9503e0a98f | |
parent | be0d93f0aa5682a24a2a9ec0dd26fffaad608cce [diff] |
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 <viro@zeniv.linux.org.uk>