commit | 6651149371b842715906311b4631b8489cebf7e8 | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Fri Jan 14 18:46:24 2011 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 15 20:07:42 2011 -0500 |
tree | 4ad6941a353515edaada23426ec3b44724f40ca3 | |
parent | 71e469db242c2eeb00faf9caf7d9e00150c00a6e [diff] |
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 <raven@themaw.net> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>