]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
NFS: Fix up inode revalidation accounting
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 25 May 2006 05:41:01 +0000 (01:41 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Jun 2006 13:34:10 +0000 (09:34 -0400)
commit1842bfb447cea8b344fd91af97fb6d604ecb11fa
tree8f3fb5f9fac687ccee3b98e3f0a513816fe35b36
parent44b11874ff583b6e766a05856b04f3c492c32b84
NFS: Fix up inode revalidation accounting

Currently, we are accounting for all calls to nfs_revalidate_inode(), but not
to nfs_revalidate_mapping(), or nfs_lookup_verify_inode(), etc...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c