M.C. wrote:

> ... <RAID on 2.2.9 compile failing>
>Is there something I missed, did I use the wrong kernel patch version or
>what?...  This is really starting to give me an ulcer now...

You missed the failing part of the patch concerning fs.h.
Add the following code to include/linux/fs.h and it will compile

        static inline int buffer_lowprio(struct buffer_head * bh)
        {
                return test_bit(BH_LowPrio, &bh->b_state);
        }

        johna

Reply via email to