OSDN Git Service

NFS: Fix up inode attribute revalidation timeouts
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 26 Jun 2021 13:23:51 +0000 (09:23 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 26 Jun 2021 16:13:39 +0000 (12:13 -0400)
commit213bb58475b57786e4336bc8bfd5029e16257c49
tree54a6901dab489adb668e9482f3e6351e01c9bb52
parent1fcb6fcd74a222d9ead54d405842fc763bb86262
NFS: Fix up inode attribute revalidation timeouts

The inode is considered revalidated when we've checked the value of the
change attribute against our cached value since that suffices to
establish whether or not the other cached values are valid.

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