commit | 71ba0e569bb43ab99a07ccbb514f8b0f732140c3 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Tue May 17 14:34:52 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jun 13 14:55:33 2011 -0300 |
tree | 30133049da8d58a97e7231d61af2f56647ff120e | |
parent | 89bc500e41fc5b48e0573e6b0d927fc97b8951dc [diff] |
Bluetooth: Add refcnt to struct l2cap_chan 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>