lkml.org 
[lkml]   [2004]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Device-Mapper 4/9
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.040 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site