]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Fix up a few things in read_sync path
authorChristopher Hoffman <choffman@redhat.com>
Tue, 11 Feb 2025 16:05:29 +0000 (16:05 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:34 +0000 (13:59 +0000)
commitbca998429d2dda8f9156fcfb828dac4f0fac2e16
tree2178d04bd79f32df191db7da6a6a1f1b4f6a7b24
parent16d544f42d6b146c1386be2c663583333873b489
client: Fix up a few things in read_sync path

Fix up a few things in read_sync path
1. File size may not be updated locally, do not check for trim read
2. Do not get_cap before RMW, each do_write takes care of having proper caps

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