]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: drop ceph_con_get/put helpers and nref member
authorSage Weil <sage@inktank.com>
Thu, 21 Jun 2012 19:49:23 +0000 (12:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:38:25 +0000 (11:38 -0800)
commit9021a42c794bf96156be9ad556ef707814a361ff
tree54475c6baca932d1eb1272038a380a5e474e8e52
parent1c623b046a6c72666d81afa004f8bf7f70cd4391
libceph: drop ceph_con_get/put helpers and nref member

(cherry picked from commit d59315ca8c0de00df9b363f94a2641a30961ca1c)

These are no longer used.  Every ceph_connection instance is embedded in
another structure, and refcounts manipulated via the get/put ops.

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/ceph/messenger.h
net/ceph/messenger.c