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)
commit6b6dddbe11b13bb00e0f9a1af2021e266811be85
treeecfcb048ee9791618e4eb759327a8480c10bd6dc
parente4d2b16a445f85b7dc3fc67b21756eca515e0c74
rbd: destroy header_oloc in rbd_dev_release()

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