NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 25 Mar 2021 18:51:36 +0000 (14:51 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 13 Apr 2021 14:03:03 +0000 (10:03 -0400)
commit709fa5769914b377af87962bbe4ff81ffb019b2d
tree0187e58d82c87f53ab653e04b4491c7424897ea6
parent720869eb19f3161980d6d4631d3df7e8c5355993
NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()

If there is an outstanding layoutcommit, then the list of attributes
whose values are expected to change is not the full set. So let's
be explicit about the full list.

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