commit | 4f0ed93fb92d3528c73c80317509df3f800a222b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 06 19:46:51 2021 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 06 20:33:00 2021 -0400 |
tree | 3b6e9894051b7df05c01c2fabf4d8c1766949e2c | |
parent | 7d01ef7585c07afaf487759a48486228cd065726 [diff] |
LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late That (and traversals in case of umount .) should be done before complete_walk(). Either a braino or mismerge damage on queue reorders - either way, I should've spotted that much earlier. Fucked-up-by: Al Viro <viro@zeniv.linux.org.uk> X-Paperbag: Brown Fixes: 161aff1d93ab "LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()" Cc: stable@vger.kernel.org # v5.7+ Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>