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

Maksim Yevmenkin emax at FreeBSD.org
Thu Jun 21 19:55:49 UTC 2007


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


More information about the cvs-src mailing list