cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c

[ Available lists | Index of cvs-all | Month of Jun 2007 | Week of 21 Jun 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Maksim Yevmenkin <emax@FreeBSD.org>
Date
21 Jun 2007 19:55:49
Subject
cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Message-ID
200706211955.l5LJtna6086142@repoman.freebsd.org


[ Hide this part ]
emax        2007-06-21 19:55:49 UTC

FreeBSD src repository

Modified files:
sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Log:
Replace sosend() with direct call to .pru_send method on the
L2CAP socket. This is to avoid LOR with sx(9) lock in sblock()
called from sosend_generic().

Approved by: re (kensmith)
MFC after: 1 week

Revision Changes Path
1.25 +2 -2 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c


Elapsed time: 0.060 seconds