[PATCH 2.5.5] rd compile fix

Stelian Pop (stelian.pop@fr.alcove.com)
Wed, 20 Feb 2002 14:17:35 +0100


This patch (already posted here I believe) is _still_ required to compile
ramdisk support.

Jens, please push it harder to Linus...

Stelian.

===== drivers/block/rd.c 1.27 vs edited =====
--- 1.27/drivers/block/rd.c Tue Feb 5 16:23:14 2002
+++ edited/drivers/block/rd.c Wed Feb 13 14:35:55 2002
@@ -268,7 +268,7 @@
goto fail;

set_bit(BIO_UPTODATE, &sbh->bi_flags);
- sbh->bi_end_io(sbh, len >> 9);
+ sbh->bi_end_io(sbh);
return 0;
fail:
bio_io_error(sbh);

-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com
-
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/