9cc76110cd
workaround for the problem analyzed more deeply in kern/30831. In short, the problem is keeping the vnode on the mount point vnode list during reclaim. If reclaim happens to sleep (as is a possibility with smbfs due to calling vrele() and therefore possibly VOP_INACTIVE), code going through the entire mountpoint vnode list will hit half-reclaimed vnodes. |
||
---|---|---|
.. | ||
files.smbfs | ||
Makefile | ||
smbfs_io.c | ||
smbfs_kq.c | ||
smbfs_node.c | ||
smbfs_node.h | ||
smbfs_smb.c | ||
smbfs_subr.c | ||
smbfs_subr.h | ||
smbfs_vfsops.c | ||
smbfs_vnops.c | ||
smbfs.h |