Skip to content
Commit 474279dc authored by Al Viro's avatar Al Viro
Browse files

split __lookup_mnt() in two functions



Instead of passing the direction as argument (and checking it on every
step through the hash chain), just have separate __lookup_mnt() and
__lookup_mnt_last().  And use the standard iterators...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7eb5e882
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment