]> git.baikalelectronics.ru Git - kernel.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)
committerAlex Elder <elder@inktank.com>
Fri, 22 Jun 2012 13:13:45 +0000 (08:13 -0500)
commit534def5d01a61f0504496dab7d28c9ef3e6ce1ab
treeb2e8a2fe8633d6ac194d41e08a8c854719a6fb23
parent205a9bfa5cc86a7ac033232b198477bd51427ad2
libceph: drop ceph_con_get/put helpers and nref member

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>
include/linux/ceph/messenger.h
net/ceph/messenger.c