merge handle_reval_dot and nameidata_drop_rcu_last
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Mar 2011 15:00:12 +0000 (11:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 26 May 2011 11:26:32 +0000 (07:26 -0400)
new helper: complete_walk().  Done on successful completion
of walk, drops out of RCU mode, does d_revalidate of final
result if that hadn't been done already.

handle_reval_dot() and nameidata_drop_rcu_last() subsumed into
that one; callers converted to use of complete_walk().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found