Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2001 13:10:32 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200110052010.f95KAW062993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2001/10/05 13:10:32 PDT

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  vinvalbuf() was only waiting for write-I/O to complete.  It really has to
  wait for both read AND write I/O to complete.  Only NFS calls vinvalbuf()
  on an active vnode (when the server indicates that the file is stale), so
  this bug fix only effects NFS clients.
  
  MFC after:	3 days
  
  Revision  Changes    Path
  1.321     +16 -5     src/sys/kern/vfs_subr.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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