Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 23:35:16 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipx spx_usrreq.c
Message-ID:  <200606082335.k58NZGoj087018@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-06-08 23:35:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netipx           spx_usrreq.c 
  Log:
  Merge spx_usrreq.c:1.82 from HEAD to RELENG_6:
  
    In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the
    ipxpcb mutex.  Contrary to the comment, even in 4.x this was unsafe,
    as parallel use of the socket by another process would result in pcb
    corruption if the mbuf allocation slept.
  
  Revision   Changes    Path
  1.62.2.18  +6 -5      src/sys/netipx/spx_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606082335.k58NZGoj087018>