]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Do not put in the mntqueue half-constructed vnodes.
authordavide <davide@FreeBSD.org>
Wed, 31 Oct 2012 03:55:33 +0000 (03:55 +0000)
committerdavide <davide@FreeBSD.org>
Wed, 31 Oct 2012 03:55:33 +0000 (03:55 +0000)
commitff8afcf2e90551635735f0eb4ddfb075b22455fa
treef919fea09d59ac41f1a4021ed77ed41229a643b8
parent793cdde76e978e65ad5e743e35dbe3a92b381e90
- 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
sys/fs/smbfs/smbfs_node.c
sys/fs/smbfs/smbfs_node.h
sys/fs/smbfs/smbfs_vfsops.c