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

take post-lookup part of do_last() out of loop



now we can have open_last_lookups() directly from the loop in
path_openat() - the rest of do_last() never returns a symlink
to follow, so we can bloody well leave the loop first.

Rename the rest of that thing from do_last() to do_open() and
make it return an int.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0f705953
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