cvs commit: src/sys/nfsclient nfs_bio.c nfs_subs.c nfsnode.h

Peter Edwards peadar at FreeBSD.org
Wed Apr 14 16:23:56 PDT 2004


peadar      2004/04/14 16:23:56 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_bio.c nfs_subs.c nfsnode.h 
  Log:
  Let the NFS client notice a file's size changing as a modification.
  This avoids presenting invalid data to the client's applications
  when the file is modified, and then extended within the window of
  the resolution of the modifcation timestamp.
  
  Reviewed By:    iedowse
  PR:             kern/64091
  
  Revision  Changes    Path
  1.130     +3 -1      src/sys/nfsclient/nfs_bio.c
  1.128     +9 -2      src/sys/nfsclient/nfs_subs.c
  1.43      +1 -0      src/sys/nfsclient/nfsnode.h


More information about the cvs-all mailing list