This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / um / drivers / ubd_kern.c
index 53fba09..6f1730d 100644 (file)
@@ -783,6 +783,7 @@ int ubd_driver_init(void){
        io_pid = start_io_thread(stack + PAGE_SIZE - sizeof(void *), 
                                 &thread_fd);
        if(io_pid < 0){
+               io_pid = -1;
                printk(KERN_ERR 
                       "ubd : Failed to start I/O thread (errno = %d) - "
                       "falling back to synchronous I/O\n", -io_pid);