]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw_file: fix extra rele on fs in close 15152/head
authorGui Hecheng <guihecheng@cmss.chinamobile.com>
Tue, 16 May 2017 08:05:35 +0000 (16:05 +0800)
committerGui Hecheng <guihecheng@cmss.chinamobile.com>
Thu, 18 May 2017 10:27:06 +0000 (18:27 +0800)
commit7720bca22e70c869ab2a617bf49b5c7606dc61ec
tree582aff75f0c40e9d472c588e208d89639b46a982
parent404cee744fb6891fe7bf48cfe012cecdc1c2eba1
rgw_file: fix extra rele on fs in close

We got exactly a refcnt=0 after rele in close,
no need to rele twice.

Signed-off-by: Gui Hecheng <guihecheng@cmss.chinamobile.com>
src/rgw/rgw_file.cc