cvs commit: src/sys/nfsclient nfs_vnops.c

Paul Saab ps at FreeBSD.org
Mon Dec 6 08:35:59 PST 2004


ps          2004-12-06 16:35:58 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
  - If all data has been committed to stable storage on the server, it
    is safe to turn off the nfsnode's NMODIFIED flag.
  - Move the check for signals to the top of the loop where we loop
    around the dirty buffers on the vnode, scheduling writes. This
    ensures that we'll break ouf of the flush operation on reception of
    a signal.
  
  Submitted by:   Mohan Srinivasan mohans at yahoo-inc dot com
  
  Revision  Changes    Path
  1.234     +7 -3      src/sys/nfsclient/nfs_vnops.c


More information about the cvs-src mailing list