]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: During fscrypt rmw (write) use correct read type
authorChristopher Hoffman <choffman@redhat.com>
Thu, 17 Jul 2025 19:40:59 +0000 (19:40 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
commit4c8f944ccf1136bdbd356f0db451f33895e743df
tree3772afa6e587739bb32a0250a3e41e0f88a6790f
parent70e239e4b7ca242bb8cc300b886280cca57754fa
client: During fscrypt rmw (write) use correct read type

During fscrypt rmw use internal Client::_read to utilize
correct buffered or non buffered reads based on client wide
options. For example, if client_oc = false, use only
non-buffered reads in rmw.

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