]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Do not check file size during trim read
authorChristopher Hoffman <choffman@redhat.com>
Tue, 28 Oct 2025 12:46:34 +0000 (12:46 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:36 +0000 (13:59 +0000)
commit7e2f9eb03b85f07028a2af1102f9b9960a37fe06
tree4d14539589f7d1080690d3f9718e39033abcde14
parentbe99ab3e33df4d33db7b96d0d52a27eba87b4507
client: Do not check file size during trim read

The commit 154b86743b52 reverted part of the fix seen in 2b74598afc.
This commit will reapply any missing changes of the fix.

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