[PATCH] Device-Mapper 4/9

From: Kevin Corry
Date: Mon Apr 12 2004 - 09:23:24 EST


dm.c: Use wake_up() rather than wake_up_interruptible() with the
eventq.

--- diff/drivers/md/dm.c 2004-04-09 09:42:02.000000000 -0500
+++ source/drivers/md/dm.c 2004-04-09 09:42:12.000000000 -0500
@@ -748,7 +748,7 @@

down_write(&md->lock);
md->event_nr++;
- wake_up_interruptible(&md->eventq);
+ wake_up(&md->eventq);
up_write(&md->lock);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/