ceph: improve reference tracking for snaprealm
authorYan, Zheng <zyan@redhat.com>
Tue, 23 Dec 2014 07:30:54 +0000 (15:30 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 19 Feb 2015 10:31:38 +0000 (13:31 +0300)
commit982d6011bc30a26e8a3d546e0e7fc7db2c255d85
tree3d1ee68f03edac2d64b7683baf15821cf14bdef7
parent1487a688d8ea596e6710b0d256300ab10ce99284
ceph: improve reference tracking for snaprealm

When snaprealm is created, its initial reference count is zero.
But in some rare cases, the newly created snaprealm is not referenced
by anyone. This causes snaprealm with zero reference count not freed.

The fix is set reference count of newly snaprealm to 1. The reference
is return the function who requests to create the snaprealm. When the
function finishes its job, it releases the reference.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/caps.c
fs/ceph/mds_client.c
fs/ceph/snap.c
fs/ceph/super.h