• T
    NFS: Fix dcache revalidation bugs · 6ecc5e8f
    Trond Myklebust 提交于
    We don't need to force a dentry lookup just because we're making changes to
    the directory.
    
    Don't update nfsi->cache_change_attribute in nfs_end_data_update: that
    overrides the NFSv3/v4 weak consistency checking that tells us our update
    was the only one, and that tells us the dcache is still valid.
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    6ecc5e8f
dir.c 52.6 KB