]> www.infradead.org Git - users/dwmw2/linux.git/commit
nfs: split nfs_read_folio
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Jul 2024 07:17:03 +0000 (09:17 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 17 Jul 2024 17:15:56 +0000 (13:15 -0400)
commita308996ed7c02d1cd6504ce73436ef3f1c1c75c0
tree65be398a8e7f97f8934b071016ce3b8d576f89f6
parentfada32ed6dbc748f447c8d050a961b75d946055a
nfs: split nfs_read_folio

nfs_read_folio is a bit hard to follow because it mixes highlevel logic
with the actual data read.  Split the latter into a helper and update
the comments to be more accurate.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/read.c