]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: rmw doesn't get_cap_ref like it should. After rmw,
authorChristopher Hoffman <choffman@redhat.com>
Mon, 12 Feb 2024 16:15:14 +0000 (16:15 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:33 +0000 (13:59 +0000)
commit78dc86cdfefcfc944625a8412bd5d4954d49dce7
tree0f747f3179f5ceeb7e4a514d7ccdae5827b1ba92
parent40d6d80fc0b377e7e5992dbc060682f470f8a1e1
client: rmw doesn't get_cap_ref like it should. After rmw,
it put_cap_ref and it didn't happen. Issue with bool need_read.

Fixes: https://tracker.ceph.com/issues/64307
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc