Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 09:59:02 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ksocket.c
Message-ID:  <200502280959.j1S9x2On006131@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-02-28 09:59:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_ksocket.c 
  Log:
  MFC 1.51, 1.52:
    Reimplement recursion protection, checking whether current thread holds
    sockbuf mutex.
  
    Reviewed by:    rwatson
  
    Remove a recursion protection, which we inherited from splnet() netgraph times.
    Now several threads may write data to ng_ksocket. Locking of socket is done in
    sosend().
  
    Reviewed by:    archie, julian, rwatson
  
  Revision  Changes    Path
  1.46.2.4  +1 -4      src/sys/netgraph/ng_ksocket.c



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