]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix leak of result-checking of _fsck_check_extents
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 10 Sep 2016 07:35:26 +0000 (15:35 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 10 Sep 2016 07:35:26 +0000 (15:35 +0800)
commit4a5b395c1dc003a8301784d1f5ee1b69a3d8640b
treedc4b5ad55db1bc551f9f142353450ba6607f0ace
parent7635ed6cc659aa4efd8a2e3c9b2b583c8105c773
os/bluestore: fix leak of result-checking of _fsck_check_extents

We shall not ignore the result of _fsck_check_extents() durint fsck().

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc