]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Do not flush the readdir cache in nfs_dentry_iput()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 2 Oct 2021 23:04:59 +0000 (19:04 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Oct 2021 00:49:07 +0000 (20:49 -0400)
commit027c8219e7e3c51d4e24fb8a6b4db24e388e931c
tree47ce7524fedcae2b3ff247b2dc66b436c3e923d4
parenteba3eeac7d9347fcb7b32471530b054918235a5c
NFS: Do not flush the readdir cache in nfs_dentry_iput()

The original premise in commit f62c9c9e381a ("NFS: Fix directory caching
problem - with test case and patch.") was that readdirplus was caching
attribute information and replaying it later. This is no longer the
case.

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