|
RE: Rfcomm Use Count: msg#00082linux.bluez.devel
Hi Marcel, > maybe this one helps: > > --- 1.29/net/bluetooth/rfcomm/sock.c 2004-06-04 02:41:47 +02:00 > +++ edited/net/bluetooth/rfcomm/sock.c 2004-09-22 00:12:34 +02:00 > @@ -104,8 +104,13 @@ > if (d->state == BT_CONNECTED) > rfcomm_session_getaddr(d->session, > &bt_sk(sk)->src, NULL); > sk->sk_state_change(sk); > - } else > + } else { > + if (d->state == BT_CLOSED) { > + bt_accept_unlink(sk); > + sk->sk_zapped = 1; > + } > parent->sk_data_ready(parent, 0); > + } > > bh_unlock_sock(sk); > } No luck. Same behaviour as without the close and kill calls. I noticed in l2cap.c that after l2cap_chan_del() is called (which now does the accept_unlink()), l2cap_sock_kill() is often called which decrements its use count which was incremented in l2cap_sock_alloc() (much like in rfcomm). But in rfcomm, there don't appear to be any calls to ...sock_kill() for similar circumstances. -Daryl. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Rfcomm Use Count: 00082, Marcel Holtmann |
|---|---|
| Next by Date: | [2.6.8 ->] Problems, hci_usb dosn't work.: 00082, Ian Kumlien |
| Previous by Thread: | RE: Rfcomm Use Counti: 00082, Marcel Holtmann |
| Next by Thread: | RE: Rfcomm Use Count: 00082, Marcel Holtmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |