NFS: Convert the function nfs_wb_page() to use folios
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 19 Jan 2023 21:33:42 +0000 (16:33 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 14 Feb 2023 19:22:32 +0000 (14:22 -0500)
commit5241060e8b4f09d63a004b7a735346442fd3ab2d
treeb59a6590dcbe4703b4383391f09a2e4f77bd878e
parentab75bff1140733f1b43e81f055acd7d27af7ac05
NFS: Convert the function nfs_wb_page() to use folios

Convert to use the folio functions, but pass the struct page to
nfs_writepage_locked() for now.

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