Home
last modified time | relevance | path

Searched hist:"7962 c7d1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c7962c7d1 Sat Apr 03 15:49:44 CDT 2021 Al Viro <viro@zeniv.linux.org.uk> namei: make sure nd->depth is always valid

Zero it in set_nameidata() rather than in path_init(). That way
it always matches the number of valid nd->stack[] entries.
Since terminate_walk() does zero it (after having emptied the
stack), we don't need to reinitialize it in subsequent path_init().

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