Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.cc5971b8c Thu Mar 05 10:41:29 CST 2020 Al Viro <viro@zeniv.linux.org.uk> 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: Al Viro <viro@zeniv.linux.org.uk>
c5971b8c Thu Mar 05 10:41:29 CST 2020 Al Viro <viro@zeniv.linux.org.uk> 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: Al Viro <viro@zeniv.linux.org.uk>