Re: RAID problem with 2.2.16, w/patch

Chip Salzenberg (chip@valinux.com)
Thu, 8 Jun 2000 20:12:00 -0700


According to Santiago Garcia Mantinan:
> 2.2.15 used to run without problems, but when today I patched to 2.2.16 I
> got an error scrolling all the way up the console, it reads like this:
> VFS: Grow buffers: size=XXXX
> This looks to me as something is broken with raid [...]

This is a known erratum in 2.2.16. Here is a patch that reverts the
problematic RAID change:

Index: drivers/block/md.c
*************** static int do_md_run (int minor, int rep
*** 447,452 ****
factor = min = 1 << FACTOR_SHIFT(FACTOR((md_dev+minor)));

- md_blocksizes[minor] <<= FACTOR_SHIFT(FACTOR((md_dev+minor)));
-
for (i=0; i<md_dev[minor].nb_dev; i++)
if (md_dev[minor].devices[i].size<min)
--- 447,450 ----

-- 
Chip Salzenberg              - a.k.a. -              <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

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