Date: Thu, 21 Jun 2007 19:55:49 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c Message-ID: <200706211955.l5LJtna6086142@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706211955.l5LJtna6086142>
