]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: Remove the unuseful judgement in get_object_context.
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 6 Aug 2015 01:06:54 +0000 (09:06 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Fri, 18 Sep 2015 06:44:51 +0000 (14:44 +0800)
commita326bd99b71fe857f5d7e9730e517181d1901ca9
tree9a82316084c688b43631e3e87b55cd169ba0711d
parent6a4501b2f36a8a0955db064e1533653b72e0d18b
osd/ReplicatedPG: Remove the unuseful judgement in get_object_context.

In this case, attrs always null. So it can remove this judgement.

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