commit | 3b2a09f127e025674945e82c1ec0c88d6740280e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Nov 01 13:14:10 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Dec 02 14:05:51 2020 -0500 |
tree | 56ec985a50c0c7f09dc5c5db50a0869b45424974 | |
parent | 1f1d4aa4e4bcb4721d3c51f4c07dda790b6accd9 [diff] |
NFS: Don't discard readdir results If a readdir call returns more data than we can fit into one page cache page, then allocate a new one for that data rather than discarding the data. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Reviewed-by: Benjamin Coddington <bcodding@redhat.com> Tested-by: Benjamin Coddington <bcodding@redhat.com> Tested-by: Dave Wysochanski <dwysocha@redhat.com>