]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: no bother to create RecoveryCtx if no recovery op is started 5415/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Wed, 29 Jul 2015 08:20:00 +0000 (16:20 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Tue, 25 Aug 2015 08:10:23 +0000 (16:10 +0800)
commit8c2f8bf54b90337421b99a1bc100e2ae896ddd99
tree63e098dd8a4850be2150c7f2cf72d562aa8f7033
parent178d4d5c0ca590cf4d1848173bd4031e6956d801
osd: no bother to create RecoveryCtx if no recovery op is started

If there is no recovery op started, there is no need to create a RecoveryCtx
and later delete all of the things in it.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/osd/OSD.cc