NFS: Fix the marking of the folio as up to date
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 4 Sep 2025 00:11:03 +0000 (20:11 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Sep 2025 20:51:26 +0000 (16:51 -0400)
commitc12b6a7b12a13ccd3aece6be09345c1944e18d3e
tree1e545bf55747bc3bf0e5b14257f2d0f950913f18
parentb7b8574225e9d2b5f1fb5483886ab797892f43b5
NFS: Fix the marking of the folio as up to date

Since all callers of nfs_page_group_covers_page() have already ensured
that there is only one group member, all that is required is to check
that the entire folio contains dirty data.

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