NFS: Convert the readdir array-of-pages into an array-of-folios
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 4 Apr 2023 16:05:22 +0000 (12:05 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 12 Apr 2023 15:02:14 +0000 (11:02 -0400)
commit61f02e0ab81e7c9415dc32e36fe45fc380dce2f0
tree2f7fc35fc7e179ec126bcddc68695c659c8ec542
parent3db63daabe210af32a09533fe7d8d47c711a103c
NFS: Convert the readdir array-of-pages into an array-of-folios

This patch only converts the actual array, but doesn't touch the
individual nfs_cache_array pages and related functions (that will be
done in the next patch).

I also adjust the names of the fields in the nfs_readdir_descriptor to
say "folio" instead of "page".

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/dir.c