summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
authordavide <davide@FreeBSD.org>2012-10-31 03:55:33 +0000
committerdavide <davide@FreeBSD.org>2012-10-31 03:55:33 +0000
commitff8afcf2e90551635735f0eb4ddfb075b22455fa (patch)
treef919fea09d59ac41f1a4021ed77ed41229a643b8 /sys/fs/smbfs/smbfs.h
parent793cdde76e978e65ad5e743e35dbe3a92b381e90 (diff)
downloadFreeBSD-src-ff8afcf2e90551635735f0eb4ddfb075b22455fa.zip
FreeBSD-src-ff8afcf2e90551635735f0eb4ddfb075b22455fa.tar.gz
- 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.
Diffstat (limited to 'sys/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h3
1 files changed, 0 insertions, 3 deletions
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;
};
OpenPOWER on IntegriCloud