rbd: destroy header_oloc in rbd_dev_release()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 5 Aug 2016 14:15:38 +0000 (16:15 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 8 Aug 2016 19:41:44 +0000 (21:41 +0200)
Purely cosmetic at this point, as rbd doesn't use RADOS namespaces and
hence rbd_dev->header_oloc->pool_ns is always NULL.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
drivers/block/rbd.c

index 1a04af6..07668a6 100644 (file)
@@ -3950,6 +3950,7 @@ static void rbd_dev_release(struct device *dev)
        bool need_put = !!rbd_dev->opts;
 
        ceph_oid_destroy(&rbd_dev->header_oid);
+       ceph_oloc_destroy(&rbd_dev->header_oloc);
 
        rbd_put_client(rbd_dev->rbd_client);
        rbd_spec_put(rbd_dev->spec);