NFS: Fix fscache invalidation in nfs_set_cache_invalid()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 26 Mar 2021 20:23:39 +0000 (16:23 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 5 Apr 2021 13:04:21 +0000 (09:04 -0400)
commitbeab450d8ea93cdf4c6cb7714bdc31a9e0f34738
tree40bf98c431cb7fb777a81505471b5c03e53150bf
parentb876d708316bf9b6b9678eb2beb289b93cfe6369
NFS: Fix fscache invalidation in nfs_set_cache_invalid()

Ensure that we invalidate the fscache before we strip the
NFS_INO_INVALID_DATA flag.

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