Re: [PATCH] LBD fix for 2.6.3

From: Eric Sandeen
Date: Thu Mar 04 2004 - 18:43:12 EST


On Thu, 2004-03-04 at 01:04, Andrew Morton wrote:
> Actually, there more instances of this bug in buffer.c.

Another one, I think, unless I've missed something...


--- fs/buffer.c_1.3 2004-03-04 17:38:49.000000000 -0600
+++ fs/buffer.c 2004-03-04 17:37:13.000000000 -0600
@@ -1093,7 +1093,7 @@
*/
static void
init_page_buffers(struct page *page, struct block_device *bdev,
- int block, int size)
+ sector_t block, int size)
{
struct buffer_head *head = page_buffers(page);
struct buffer_head *bh = head;

--
Eric Sandeen [C]XFS for Linux http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx SGI, Inc. 651-683-3102

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/