Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2008 12:08:36 +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:  <200810281208.m9SC8i9x001891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-10-28 12:08:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 184409 on 2008-10-28 12:08:36Z by kib
  
  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.
  
  Discussed with: dwhite
  Tested by:      pho
  MFC after:      1 week
  
  Revision  Changes    Path
  1.743     +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?200810281208.m9SC8i9x001891>