commit | e762a639816015a70bb1af8ea4baf54f4facb591 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Nov 01 13:31:20 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Dec 02 14:05:51 2020 -0500 |
tree | bbf1be274170e339a8e0644256970ca26f08539c | |
parent | 3b2a09f127e025674945e82c1ec0c88d6740280e [diff] |
NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array() The kmapped pointer is only used once per loop to check if we need to exit. 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>