Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/01/2000 20:26:36
Module Name:	gnusrc
Committed By:	thorpej
Date:		Fri Jun  2 03:26:35 UTC 2000

Modified Files:
	gnusrc/gnu/sys/ufs/ffs: ffs_softdep.c

Log Message:
There's no need to use wakeup_one(), here:
- On a uniprocessor, wakeup()'s thundering herd is ordered by priority
  implicitly.
- The locking protocol here needs to be shot in the head and redone
  anyhow, and when that is done, this can be converted to use
  condition variables.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 gnusrc/gnu/sys/ufs/ffs/ffs_softdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.