]> 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>
Thu, 27 Feb 2025 18:41:54 +0000 (13:41 -0500)
commit9c276fd9b63072ce11864e310c0206d3424e1bcc
treed4f1c071b58eff9bfcc185f8092dacddf80578d1
parentf346e9a2caba9b3bf0b7a76a9653941eb402ccf4
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
src/client/Client.cc