]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd4c723e4054620b82f3b4a1a6378a9e2526fa84
tree0187e58d82c87f53ab653e04b4491c7424897ea6
parent814bcda053c39a5fe93d66bde74a805bc4afa68c
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