commit | 2f0cd84428d5dc0adfe314737eae29c1a439a671 | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathewm@codeaurora.org> | Thu Oct 20 14:34:26 2011 -0700 |
committer | Mat Martineau <mathewm@codeaurora.org> | Mon Oct 31 14:59:18 2011 -0700 |
tree | 1b2ecf6a9224ae47c186f91dd03dd26f52abdd4c | |
parent | 6f6fdc65bfe8c38b6d905903de911eaed2a74e18 [diff] |
Bluetooth: Use proper sock reference counting in L2CAP A socket can be shut down while pointer to that socket is stored in a queued skbuff or in a pending workqueue struct. Correct use of socket reference counting will make sure the socket struct stays around until there are no remaining references. Change-Id: Ic3679e023a46b224929b3cefb6370d7871e3368a CRs-fixed: 313736 Signed-off-by: Mat Martineau <mathewm@codeaurora.org>