]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nfs: remove nfs_folio_private_request
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2024 05:26:49 +0000 (07:26 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:51 +0000 (13:47 -0400)
commit02e61ec1e2c1da136bbf7f6bbabc46733c53b035
tree5355bb1c2f77b9dbab35862629decabdf8b4541b
parent7e8e78a0ba00c88f0ded86de64bdddc82e06b196
nfs: remove nfs_folio_private_request

nfs_folio_private_request is a trivial wrapper around, which itself has
fallen out of favor and has been replaced with plain ->private
dereferences in recent folio conversions.  Do the same for nfs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/write.c