On Fri, 14 May 1999, Robert (Drew) Norman wrote:
> I can not get raidtools-0.90 to work. I have attempted everything I know
> to do. I have used the raidtools-0.50 before with no problems. I am
> running the following:
have you patched the 2.2.8 kernel with the latest RAID driver patch? You
have to apply raid0145-19990421-2.2.6 to 2.2.8 (or rather 2.2.9). You'll
get a single reject in fs.h, then apply the attached patch too. Let me
know if you still cant get it to work after this.
--mingo
--- linux/include/linux/fs.h.orig Sat May 15 11:10:15 1999
+++ linux/include/linux/fs.h Sat May 15 11:11:21 1999
@@ -255,6 +255,11 @@
return test_bit(BH_Protected, &bh->b_state);
}
+static inline int buffer_lowprio(struct buffer_head * bh)
+{
+ return test_bit(BH_LowPrio, &bh->b_state);
+}
+
#define buffer_page(bh) (mem_map + MAP_NR((bh)->b_data))
#define touch_buffer(bh) set_bit(PG_referenced, &buffer_page(bh)->flags)