Re: [dm-devel] Re: [RFC 3/3] dm: v4 ioctl interface

From: Joe Thornber (thornber@sistina.com)
Date: Wed Jul 02 2003 - 05:59:54 EST


If dm_add_wait_queue() fails we need to set TASK_RUNNING.
--- diff/drivers/md/dm-ioctl-v4.c 2003-07-02 11:32:42.000000000 +0100
+++ source/drivers/md/dm-ioctl-v4.c 2003-07-02 11:32:23.000000000 +0100
@@ -719,6 +719,7 @@
                 schedule();
                 dm_remove_wait_queue(md, &wq);
         }
+ set_current_state(TASK_RUNNING);
 
         /*
          * The userland program is going to want to know what
-
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/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:15 EST