]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc: Remove useless condition.
authorJianpeng Ma <jianpeng.ma@intel.com>
Mon, 9 Apr 2018 00:23:20 +0000 (08:23 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Tue, 10 Apr 2018 16:55:18 +0000 (00:55 +0800)
commit0fa70515a670b66c9c17bb41a6aa59931ffe8ab5
tree152865e0986fc8ce45fd1f90ccabe9d8398a8395
parent80137ca39f366aa4c7fde3ee300ac7853b37fbb7
osdc: Remove useless condition.

If Op/CommandOp in a OSDSesion, the filed session of Op/CommandOp must
not null. And in _scan_reuqests it always get the unique_lock of OSDSession.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/osdc/Objecter.cc