]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb61d5fd1a7e15f38bae92d01c3a1b643d99a382
tree4ad6941a353515edaada23426ec3b44724f40ca3
parentc176d8bca1ddc322eafcb3c91b1937c18367a410
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