orangefs: fix do_readv_writev() handling of error halfway through
[linux-2.6-block.git] / block / genhd.c
index 5aaeb2ad0fd398d8b92c4ec46f8b37c52eab9aec..9f42526b4d62bca142045d74431b69143adfffef 100644 (file)
@@ -1449,7 +1449,7 @@ static DEFINE_MUTEX(disk_events_mutex);
 static LIST_HEAD(disk_events);
 
 /* disable in-kernel polling by default */
-static unsigned long disk_events_dfl_poll_msecs        = 0;
+static unsigned long disk_events_dfl_poll_msecs;
 
 static unsigned long disk_events_poll_jiffies(struct gendisk *disk)
 {