]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: refactor if into switch
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 9 Jan 2024 19:01:17 +0000 (14:01 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 20 Mar 2024 14:56:52 +0000 (10:56 -0400)
commitd74d3aadd08ad37a74bf3a9ade18d0b6670c92a0
tree8385afc9368fc685273fce4d43c7c0dae7ddc8f8
parent401e6f49fc2e1c725c8e89e23cdc8afcf5f92876
mds: refactor if into switch

To make it easier to read and match other constructs in this code.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Locker.cc