commit | 9ff89c25d8addeee8eea84fa828f1d2ad659cc54 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Feb 07 15:07:01 2022 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Mar 02 08:43:38 2022 -0500 |
tree | f704057df189da424cb48c748066b18b008fa468 | |
parent | 6c34f05b754622f473b546fd19ad3a89bd65bd89 [diff] |
NFS: Simplify nfs_readdir_xdr_to_array() Recent changes to readdir mean that we can cope with partially filled page cache entries, so we no longer need to rely on looping in nfs_readdir_xdr_to_array(). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>