From: Al Viro Date: Tue, 22 Feb 2011 19:02:58 +0000 (-0500) Subject: merge path_init and path_init_rcu X-Git-Tag: v2.6.39-rc1~514^2~51 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41f7d4ee5bdb00da7d327a00b0ab9c4a2e9eaa3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed