summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/cache.h
diff options
context:
space:
mode:
authorNeilBrown2016-06-02 08:31:03 +0200
committerJ. Bruce Fields2016-07-13 21:32:47 +0200
commitd8d29138b17c9965484427b34cf8046601aef8c4 (patch)
tree7ec4636394d4e4775626096b790849978766f84a /include/linux/sunrpc/cache.h
parentSUNRPC: Don't allocate a full sockaddr_storage for tracing (diff)
downloadkernel-qcow2-linux-d8d29138b17c9965484427b34cf8046601aef8c4.tar.gz
kernel-qcow2-linux-d8d29138b17c9965484427b34cf8046601aef8c4.tar.xz
kernel-qcow2-linux-d8d29138b17c9965484427b34cf8046601aef8c4.zip
sunrpc: remove 'inuse' flag from struct cache_detail.
This field is not currently in use. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc/cache.h')
-rw-r--r--include/linux/sunrpc/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index ed03c9f7f908..62a60eeacb0a 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -78,8 +78,6 @@ struct cache_detail {
struct hlist_head * hash_table;
rwlock_t hash_lock;
- atomic_t inuse; /* active user-space update or lookup */
-
char *name;
void (*cache_put)(struct kref *);