autofs4: Clean up autofs4_free_ino()
authorIan Kent <raven@themaw.net>
Fri, 14 Jan 2011 18:46:24 +0000 (18:46 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 01:07:42 +0000 (20:07 -0500)
commit6651149371b842715906311b4631b8489cebf7e8
tree4ad6941a353515edaada23426ec3b44724f40ca3
parent71e469db242c2eeb00faf9caf7d9e00150c00a6e
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>
fs/autofs4/inode.c
fs/autofs4/root.c