]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: do not assign to never-read variable
authorKefu Chai <kchai@redhat.com>
Sat, 8 Jul 2017 12:19:53 +0000 (20:19 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 8 Jul 2017 12:20:05 +0000 (20:20 +0800)
commitc6fdebb4bb248bd96ff3d0419a675ac7cb6fc47b
treef9c4cbdfb404fbef258114c0a4911efc2a806386
parent6f7bcfbfd7f43e5e4ad827bc86980558f56a8041
os/bluestore: do not assign to never-read variable

this silences the clang analyzer warnings like:

Value stored to 'p' is never read

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/BlueStore.cc