]> git.neil.brown.name Git - history.git/commit
[PATCH] Reduce number of LOOKUP calls in nfs_lookup_revalidate()
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Sat, 8 Jun 2002 10:50:55 +0000 (03:50 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 8 Jun 2002 10:50:55 +0000 (03:50 -0700)
commit9ec4b1b0e427b9526c54a3baf64575314b58d162
tree38a6448dccc0f427c49fd445bce0558abdcd41c3
parent41384f82cb91b95193e1872a95d24a0226cfa49d
[PATCH] Reduce number of LOOKUP calls in nfs_lookup_revalidate()

fs/nfs/inode.c:
  - Ensure that we initialize NFS_MTIME_UPDATE(inode).

  - If a directory's mtime changed due to some action on our part
    (file creation/deletion/...) don't force a dcache revalidation by
    changing NFS_MTIME_UPDATE(inode).
fs/nfs/inode.c