Tom Livingston wrote:

>As others have pointed out recently on this list, you can get raid working
>with a 2.2.10 kernel.  Ingo posted a fix, which involves changing just one
>line. 

The fix is only one line, BUT that one line occurs TWICE.  Change both
occurrences of 'current->priority = 0' to 'current->priority = 1'
in /usr/src/linux/drivers/block/md.c.  Ideally, that constant should
have a symbolic name like LOWEST_PRIORITY.

        johna

Reply via email to