cvs commit: src/sys/sys vnode.h src/sys/kern vfs_mount.c
src/sys/ufs/ffs ffs_softdep.c
Konstantin Belousov
kib at FreeBSD.org
Sun Apr 6 10:02:21 UTC 2008
kib 2008-04-06 10:02:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/sys vnode.h
sys/kern vfs_mount.c
sys/ufs/ffs ffs_softdep.c
Log:
MFC
rev. 1.277 of sys/kern/vfs_mount.c
rev. 1.332 of sys/sys/vnode.h
rev. 1.222 of sys/ufs/ffs/ffs_softdep.c
Yield the cpu in the kernel while iterating the list of the
vnodes belonging to the mountpoint. Also, yield when in the
softdep_process_worklist() even when we are not going to sleep due to
buffer drain.
Revision Changes Path
1.265.2.3 +6 -0 src/sys/kern/vfs_mount.c
1.326.2.1 +2 -0 src/sys/sys/vnode.h
1.211.2.2 +1 -0 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list