diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2000-05-04 07:29:55 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2000-05-04 07:29:55 +0000 |
| commit | c626587322f6232df0a96467014291896f4ae762 (patch) | |
| tree | 207f36913ff218e4c3618cf44431bbc243c54362 /sys/dev/vinum | |
| parent | c3a6416c868f11b8fbab135ce2102b71910e4341 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 37ce5b9e40ad..81a1ad082c0b 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -45,7 +45,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumconfig.c,v 1.28 1999/12/29 07:39:16 grog Exp grog $ + * $Id: vinumconfig.c,v 1.29 2000/02/29 01:51:31 grog Exp grog $ * $FreeBSD$ */ @@ -2042,7 +2042,7 @@ finish_config(int update) vinum_conf.flags &= ~VF_CONFIGURING; /* and now other people can take a turn */ if ((vinum_conf.flags & VF_WILL_CONFIGURE) != 0) { vinum_conf.flags &= ~VF_WILL_CONFIGURE; - wakeup(&vinum_conf); + wakeup_one(&vinum_conf); } } /* Local Variables: */ |
