From 1c9ecc7c5e9fe194cc43bd766c9fb6911d379c24 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 2 Jun 2009 19:21:49 +0000 Subject: space --- sys/dev/softraid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/softraid.c') 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 * Copyright (c) 2008 Chris Kuethe @@ -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); -- cgit v1.2.3-59-g8ed1b