From ff8afcf2e90551635735f0eb4ddfb075b22455fa Mon Sep 17 00:00:00 2001 From: davide Date: Wed, 31 Oct 2012 03:55:33 +0000 Subject: - Do not put in the mntqueue half-constructed vnodes. - Change the code so that it relies on vfs_hash rather than on a home-made hashtable. - There's no need to inline fnv_32_buf(). Reviewed by: delphij Tested by: pho Sponsored by: iXsystems inc. --- sys/fs/smbfs/smbfs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/fs/smbfs/smbfs.h') diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 486959b..9f7fce3 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -82,9 +82,6 @@ struct smbmount { /* struct simplelock sm_npslock;*/ struct smbnode * sm_npstack[SMBFS_MAXPATHCOMP]; int sm_caseopt; - struct sx sm_hashlock; - LIST_HEAD(smbnode_hashhead, smbnode) *sm_hash; - u_long sm_hashlen; int sm_didrele; }; -- cgit v1.1