Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2004 11:49:25 +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/netinet udp_usrreq.c
Message-ID:  <200410141149.i9EBnPTU095704@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-10-14 11:49:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          udp_usrreq.c 
  Log:
  Merge udp_usrreq.c:1.167 from HEAD to RELENG_5:
  
    date: 2004/10/12 20:03:56;  author: rwatson;  state: Exp;  lines: +3 -3
    Don't release the udbinfo lock until after the last use of  UDP inpcb
    in udp_input(), since the udbinfo lock is used to prevent removal of
    the inpcb while in use (i.e., as a form of reference count) in the
    in-bound path.
  
    RELENG_5 candidate.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.162.2.3  +3 -3      src/sys/netinet/udp_usrreq.c



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