From: David Zafman Date: Sat, 16 Nov 2013 01:23:21 +0000 (-0800) Subject: osd: Return false for func that returns bool X-Git-Tag: v0.77~23^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f89d4105f2fef596e4ba3bb7105b0f533b6a05bc;p=ceph.git osd: Return false for func that returns bool Signed-off-by: David Zafman --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 274c9a7f3d1..e21efeb9ce0 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -8427,7 +8427,7 @@ bool ReplicatedPG::start_recovery_ops( Backfilled()))); } - return 0; + return false; } /**