NFS: Simplify struct nfs_cache_array_entry
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 2 Nov 2020 00:17:29 +0000 (19:17 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:51 +0000 (14:05 -0500)
commita52a8a6adad99e1162c27f70cd6495626a48064d
tree3658d6b53acd775894d80e21df1d1c105271edc1
parented09222d651dbd30e707f96180628229146b885c
NFS: Simplify struct nfs_cache_array_entry

We don't need to store a hash, so replace struct qstr with a simple
const char pointer and length.

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>
fs/nfs/dir.c