]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: s/read/recovery_read/ in ECBackend::RecoveryMessages
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 29 Jun 2023 14:28:38 +0000 (14:28 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 9 Jan 2024 15:09:53 +0000 (15:09 +0000)
commitbb02c5e3c5f104f057bf63c14b48a858f3109d24
tree96d2c8bd2ff84201a6fe477554c35b7ef63a26a2
parent6c24ca5483daefa2ee43a8d93ed1a75e062feca4
osd: s/read/recovery_read/ in ECBackend::RecoveryMessages

`read()` is simply too common for grep. Also, this commit
will ensure there is no unnoticed new call site which
could be problematic in the spot of the upcoming recovery
read rework.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/ECBackend.cc