Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/10/2007 18:53:58
Module Name: src
Committed By: rmind
Date: Sat Nov 10 18:53:58 UTC 2007
Modified Files:
src/sys/dev: fss.c
src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
Use PRI_BIO for kthreads instead of PINOD. Fixes a missed case of priority
inversion, which caused LFS to fire some assertions.
Reported by Kurt Schreiner on <current-users>.
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/dev/fss.c
cvs rdiff -r1.246 -r1.247 src/sys/ufs/lfs/lfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.