diff options
author | kib <kib@FreeBSD.org> | 2014-08-07 03:50:30 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2014-08-07 03:50:30 +0000 |
commit | e6e753558318cbcd315299f33f75e7fc2e23f0f0 (patch) | |
tree | 754b929a977082e7d182c04e016ffa47c347011e /sys/fs/nfs | |
parent | 176e58f1da5d94ede76b0c235ef611f0670fba13 (diff) | |
download | FreeBSD-src-e6e753558318cbcd315299f33f75e7fc2e23f0f0.zip FreeBSD-src-e6e753558318cbcd315299f33f75e7fc2e23f0f0.tar.gz |
MFC r269347:
Do not generate 1000 unique lock names for nfsrc hash chain locks.
Shorten the names of some nfs mutexes.
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r-- | sys/fs/nfs/nfsrvcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfsrvcache.h b/sys/fs/nfs/nfsrvcache.h index 7db3035..119a68d 100644 --- a/sys/fs/nfs/nfsrvcache.h +++ b/sys/fs/nfs/nfsrvcache.h @@ -116,7 +116,6 @@ LIST_HEAD(nfsrvhashhead, nfsrvcache); /* The fine-grained locked cache hash table for TCP. */ struct nfsrchash_bucket { struct mtx mtx; - char lock_name[16]; struct nfsrvhashhead tbl; }; |