Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc



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.




Home | Main Index | Thread Index | Old Index