diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-06-02 19:21:50 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-06-02 19:21:50 +0000 |
commit | 56ffc83051f12ae580ebc93caf6ae3e9c5bbe186 (patch) | |
tree | e404a68a33e568aef5a9dc3b8ec1018828c11238 | |
parent | 7ef4ec9ea365fa984b9efbb9f1075a61687690f0 (diff) |
space
-rw-r--r-- | sys/dev/softraid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 8c4496ac7af..a6b8469893d 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.138 2009/06/02 19:15:58 marco Exp $ */ +/* $OpenBSD: softraid.c,v 1.139 2009/06/02 19:21:49 marco Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -2914,7 +2914,6 @@ queued: splx(s); /* wait for read completion */ - slept = 0; while ((wu_w->swu_flags & SR_WUF_REBUILDIOCOMP) == 0) { tsleep(wu_w, PRIBIO, "sr_rebuild", 0); |