]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: move alternate_name once
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 12 Sep 2024 21:17:49 +0000 (17:17 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 17 Mar 2025 19:43:17 +0000 (15:43 -0400)
commitbbe6d9c1ecfee76b3e88f7b08aefe921ebc64a77
tree4586e5c2da64fed249f0eff5a99f1a5bb4eb7e51
parent18f7fb31a42f8b646900482a442c222b7b1b5e0e
client: move alternate_name once

Client::update_dentry_lease also moves alternate_name from the lease
which causes it to zero out alternate_name on the second move.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Fixes: https://tracker.ceph.com/issues/66373
(cherry picked from commit 9c276fd9b63072ce11864e310c0206d3424e1bcc)
src/client/Client.cc