[PATCH] md: fix deadlock due to md thread processing delayed requests.
[safe/jmp/linux-2.6] / drivers / md / raid10.c
index 8476515..fd7324a 100644 (file)
@@ -700,8 +700,7 @@ static int make_request(request_queue_t *q, struct bio * bio)
                return 0;
        }
 
-       if (md_write_start(mddev, bio) == 0)
-               return 0;
+       md_write_start(mddev, bio);
 
        /*
         * Register the new request and wait if the reconstruction