Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2007 18:31:48 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_subs.c
Message-ID:  <200707031831.l63IVmfk001694@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-07-03 18:31:48 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_subs.c 
  Log:
  Fix for a race where out of order loading of NFS attrs into the
  nfsnode could lead to attrs being stale. One example (that we
  ran into) was a READDIR+, WRITE. The responses came back in
  order, but the attrs from the WRITE were loaded before the
  attrs from the READDIR+, leading to the wrong size from being
  read on the next stat() call.
  
  MFC after:      1 week
  Submitted by:   mohans
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.146     +17 -1     src/sys/nfsclient/nfs_subs.c



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