Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/fs/smbfs
Module Name: src
Committed By: bouyer
Date: Thu Apr 12 19:34:25 UTC 2007
Modified Files:
src/sys/fs/smbfs [netbsd-4]: smbfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by pooka in ticket #563):
sys/fs/smbfs/smbfs_vfsops.c: revision 1.64
In sync, skip vnodes which have a null v_data pointer. This is a
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.
To generate a diff of this commit:
cvs rdiff -r1.60.2.1 -r1.60.2.2 src/sys/fs/smbfs/smbfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index