commit | c5971b8c6354a95c9ee7eb722928af5000bac247 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 05 11:41:29 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 02 01:09:28 2020 -0400 |
tree | ca99af95ce86268f890fb2a1b553d07dffa7a67c | |
parent | 0f705953012a753068b20016f55dc12d1f7e17e5 [diff] |
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>