Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 19:43:07 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_event.c src/sys/netgraph ng_ksocket.c src/sys/sys event.h mount.h vnode.h
Message-ID:  <200907101943.n6AJhrUL070349@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2009-07-10 19:43:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_event.c 
    sys/netgraph         ng_ksocket.c 
    sys/sys              event.h mount.h vnode.h 
  Log:
  SVN rev 195586 on 2009-07-10 19:43:07Z by kmacy
  
  propagate MFC of 195148 to -STABLE:
   - Turn the third (islocked) argument of the knote call into flags parameter.
     Introduce the new flag KNF_NOKQLOCK to allow event callers to be called
     without KQ_LOCK mtx held.
   - Modify VFS knote calls to always use KNF_NOKQLOCK flag.  This is required
     for ZFS as its getattr implementation may sleep.
  
  Revision    Changes    Path
  1.113.2.6   +18 -6     src/sys/kern/kern_event.c
  1.60.2.2    +1 -1      src/sys/netgraph/ng_ksocket.c
  1.37.2.3    +9 -3      src/sys/sys/event.h
  1.228.2.8   +1 -1      src/sys/sys/mount.h
  1.326.2.12  +3 -2      src/sys/sys/vnode.h



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