summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2025-08-20 13:47:43 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2025-09-15 21:26:05 -0400
commit842e12352c3074b8af1bc95cc2bb1e9fb47f4334 (patch)
treeae92bca5695237057d2faf9b52f9c3f732c31d7b /tools/perf/scripts/python/bin
parent2010464cfafb22821e39c216cb068d83c91d7d8b (diff)
downloadkernel-842e12352c3074b8af1bc95cc2bb1e9fb47f4334.tar.gz
do_move_mount(): use the parent mount returned by do_lock_mount()
After successful do_lock_mount() call, mp.parent is set to either real_mount(path->mnt) (for !beneath case) or to ->mnt_parent of that (for beneath). p is set to real_mount(path->mnt) and after several uses it's made equal to mp.parent. All uses prior to that care only about p->mnt_ns and since p->mnt_ns == parent->mnt_ns, we might as well use mp.parent all along. Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
td>Pavel Begunkov 2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov 2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov 2024-06-27Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg 2024-06-14net: micro-optimize skb_datagram_iterSagi Grimberg 2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet 2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass 2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells 2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells 2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells 2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells 2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet 2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li 2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet 2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro 2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski 2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov 2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski 2022-07-19net: Allow custom iter handler in msghdrDavid Ahern 2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet 2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov 2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp 2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad