Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 15:56:44 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200811041556.mA4Ful2k010351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-11-04 15:56:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 184641 on 2008-11-04 15:56:44Z by kib
  
  MFC r184409:
  Protect check for v_pollinfo == NULL and assignment of the newly allocated
  vpollinfo with vnode interlock. Fully initialize vpollinfo before putting
  pointer to it into vp->v_pollinfo.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.707.2.9  +22 -14    src/sys/kern/vfs_subr.c



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