Home
last modified time | relevance | path

Searched hist:e41f7d4e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.ce41f7d4e Tue Feb 22 13:02:58 CST 2011 Al Viro <viro@zeniv.linux.org.uk> 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>
e41f7d4e Tue Feb 22 13:02:58 CST 2011 Al Viro <viro@zeniv.linux.org.uk> 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>