]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix extra open ref decrease 37249/head
authorXiubo Li <xiubli@redhat.com>
Wed, 22 Jul 2020 01:45:23 +0000 (09:45 +0800)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 18 Sep 2020 15:41:33 +0000 (15:41 +0000)
commita3deb0f2976eeca82c75244b81b5e7c3d927142f
treec34e35eea6c294687caa4b9c0fe6eab222287056
parent6fcc9ae18070f4d54a41e2d908d7a08d392e5194
client: fix extra open ref decrease

There is only one place increasing the open ref, but possibly decreased
twice.

Fixes: https://tracker.ceph.com/issues/46664
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit a7e3f54f7668dcc24905651c9151fc5e27766d49)
src/client/Client.cc