diff options
author | 2025-08-11 13:24:26 +0800 | |
---|---|---|
committer | 2025-08-11 16:05:53 +0200 | |
commit | 593d9e4c3d634c370f226f55453c376bf43b3684 (patch) | |
tree | f2bd4e5e444d854208a4a70869cafd93993a58fc /tools/perf/scripts/python | |
parent | selftests/coredump: Remove the read() that fails the test (diff) | |
download | wireguard-linux-593d9e4c3d634c370f226f55453c376bf43b3684.tar.xz wireguard-linux-593d9e4c3d634c370f226f55453c376bf43b3684.zip |
fs: fix incorrect lflags value in the move_mount syscall
The lflags value used to look up from_path was overwritten by the one used
to look up to_path.
In other words, from_path was looked up with the wrong lflags value. Fix it.
Fixes: f9fde814de37 ("fs: support getname_maybe_null() in move_mount()")
Signed-off-by: Yuntao Wang <yuntao.wang@linux.dev>
Link: https://lore.kernel.org/20250811052426.129188-1-yuntao.wang@linux.dev
[Christian Brauner <brauner@kernel.org>: massage patch]
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions