Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.c15439726 Mon May 04 07:34:59 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> namei: have terminate_walk() do put_link() on everything left

All callers of terminate_walk() are followed by more or less
open-coded eqiuvalent of "do put_link() on everything left
in nd->stack". Better done in terminate_walk() itself, and
when we go for RCU symlink traversal we'll have to do it
there anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15439726 Mon May 04 07:34:59 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> namei: have terminate_walk() do put_link() on everything left

All callers of terminate_walk() are followed by more or less
open-coded eqiuvalent of "do put_link() on everything left
in nd->stack". Better done in terminate_walk() itself, and
when we go for RCU symlink traversal we'll have to do it
there anyway.

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