Home
last modified time | relevance | path

Searched hist:"951361 f9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c951361f9 Fri Mar 04 13:44:37 CST 2011 Al Viro <viro@zeniv.linux.org.uk> get rid of the last LOOKUP_RCU dependencies in link_path_walk()

New helper: terminate_walk(). An error has happened during pathname
resolution and we either drop nd->path or terminate RCU, depending
the mode we had been in. After that, nd is essentially empty.
Switch link_path_walk() to using that for cleanup.

Now the top-level logics in link_path_walk() is back to sanity. RCU
dependencies are in the lower-level functions.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
951361f9 Fri Mar 04 13:44:37 CST 2011 Al Viro <viro@zeniv.linux.org.uk> get rid of the last LOOKUP_RCU dependencies in link_path_walk()

New helper: terminate_walk(). An error has happened during pathname
resolution and we either drop nd->path or terminate RCU, depending
the mode we had been in. After that, nd is essentially empty.
Switch link_path_walk() to using that for cleanup.

Now the top-level logics in link_path_walk() is back to sanity. RCU
dependencies are in the lower-level functions.

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