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

Paul Saab ps at FreeBSD.org
Thu Dec 9 19:27:13 PST 2004


ps          2004-12-10 03:27:12 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_bio.c nfs_vnops.c nfsnode.h 
  Log:
  Store a hint in the nfsnode to detect sequential access of the file.
  Kick off a readahead only when sequential access is detected.  This
  eliminates wasteful readaheads in random file access.
  
  Submitted by:   Mohan Srinivasan mohans at yahoo-inc dot com
  Obtained from:  Yahoo!
  
  Revision  Changes    Path
  1.144     +4 -1      src/sys/nfsclient/nfs_bio.c
  1.239     +1 -0      src/sys/nfsclient/nfs_vnops.c
  1.51      +1 -0      src/sys/nfsclient/nfsnode.h


More information about the cvs-all mailing list