merge path_init and path_init_rcu
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Feb 2011 19:02:58 +0000 (14:02 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 14 Mar 2011 13:15:24 +0000 (09:15 -0400)
commite41f7d4ee5bdb00da7d327a00b0ab9c4a2e9eaa3
treed75350ba135d66f13a59864923f9a68c51f741e7
parentee0827cd6b42b0385dc1a116cd853ac1b739f711
merge path_init and path_init_rcu

Actual dependency on whether we want RCU or not is in 3 small areas
(as it ought to be) and everything around those is the same in both
versions.  Since each function has only one caller and those callers
are on two sides of if (flags & LOOKUP_RCU), it's easier and cleaner
to merge them and pull the checks inside.

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