]> 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)
commit91c335ef14df2a7dc55fbe60bb750ab5d4f395e5
tree3658d6b53acd775894d80e21df1d1c105271edc1
parent2c054b2bb3bf2033993b0b5b7b9d906d16e71e6d
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