commit | e41f7d4ee5bdb00da7d327a00b0ab9c4a2e9eaa3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 22 14:02:58 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 14 09:15:24 2011 -0400 |
tree | d75350ba135d66f13a59864923f9a68c51f741e7 | |
parent | ee0827cd6b42b0385dc1a116cd853ac1b739f711 [diff] |
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>