Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
Module Name: syssrc
Committed By: perseant
Date: Mon May 20 22:50:59 UTC 2002
Modified Files:
syssrc/sys/kern: vfs_subr.c
syssrc/sys/ufs/lfs: lfs_segment.c
Log Message:
Protect v_freelist with splbio(), since HOLDRELE can be called in
interrupt context (through brelvp). (LFS may be the only subsystem
affected by this problem.)
Tested on i386.
To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 syssrc/sys/kern/vfs_subr.c
cvs rdiff -r1.75 -r1.76 syssrc/sys/ufs/lfs/lfs_segment.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