public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH 2.5.1.4: fix rd.c build
@ 2001-11-30  1:18 Jeff Garzik
  2001-11-30  7:18 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2001-11-30  1:18 UTC (permalink / raw)
  To: Linus Torvalds, axboe, Linux-Kernel list

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

...just a missed s/bio_size/foo->bi_size/ conversion. please apply.
-- 
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno

[-- Attachment #2: rd.patch --]
[-- Type: text/plain, Size: 652 bytes --]

Index: drivers/block/rd.c
===================================================================
RCS file: /cvsroot/gkernel/linux_2_5/drivers/block/rd.c,v
retrieving revision 1.3
diff -u -r1.3 rd.c
--- drivers/block/rd.c	2001/11/30 01:10:57	1.3
+++ drivers/block/rd.c	2001/11/30 01:17:24
@@ -239,7 +239,7 @@
 
 	index = sbh->bi_sector >> (PAGE_CACHE_SHIFT - 9);
 	offset = (sbh->bi_sector << 9) & ~PAGE_CACHE_MASK;
-	size = bio_size(sbh);
+	size = sbh->bi_size;
 
 	do {
 		int count;
@@ -323,7 +323,7 @@
 		goto fail;
 
 	offset = sbh->bi_sector << 9;
-	len = bio_size(sbh);
+	len = sbh->bi_size;
 
 	if ((offset + len) > rd_length[minor])
 		goto fail;

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-30  7:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-30  1:18 PATCH 2.5.1.4: fix rd.c build Jeff Garzik
2001-11-30  7:18 ` Jens Axboe
2001-11-30  7:24   ` Alexander Viro
2001-11-30  7:28     ` Jens Axboe
2001-11-30  7:37       ` Alexander Viro
2001-11-30  7:44         ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox