]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: slightly improve readability in handling of snap trim errors 49524/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 20 Dec 2022 15:33:51 +0000 (15:33 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 20 Dec 2022 15:38:04 +0000 (15:38 +0000)
commit994cf2055d6d3cecef6a9e649f78eb3a1946be9d
treeec9dba7c432ab91be20f018d37dcb1cc31541d0a
parentc297b97cfe3c94854dc0d2db8608d812d6011474
osd: slightly improve readability in handling of snap trim errors

I think that lowering to the indentation level for the affected
`return` better shows it's eseentially "a catch all" exit.

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