Bluetooth: Add refcnt to struct l2cap_chan
authorGustavo F. Padovan <padovan@profusion.mobi>
Tue, 17 May 2011 17:34:52 +0000 (14:34 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 13 Jun 2011 17:55:33 +0000 (14:55 -0300)
struct l2cap_chan has now its own refcnt that is compatible with the
socket refcnt, i.e., we won't see sk_refcnt = 0 and chan->refcnt > 0.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>

No differences found