From: Ian Kent Date: Fri, 14 Jan 2011 18:46:24 +0000 (+0000) Subject: autofs4: Clean up autofs4_free_ino() X-Git-Tag: v2.6.38-rc1~35^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6651149371b842715906311b4631b8489cebf7e8;p=pandora-kernel.git autofs4: Clean up autofs4_free_ino() When this function is called the local reference count does't need to be updated since the dentry is going away and dput definitely must not be called here. Also the autofs info struct field inode isn't used so remove it. Signed-off-by: Ian Kent Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed