]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0ab86f33e7f16cb093e7afa8f1c658855fdaa97
tree3658d6b53acd775894d80e21df1d1c105271edc1
parent559e963750904b9c37e0909aefaff49981e79dac
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