Skip to content
Snippets Groups Projects
Commit ff9bebbf authored by Vladimir Saveliev's avatar Vladimir Saveliev
Browse files

Branch b1_6

b=17132
i=adilger

Use raid5/6 rhel5 improvements
parent 8b8991b7
No related branches found
No related tags found
No related merge requests found
diff -pur linux-2.6.18-53.orig/drivers/md/raid5.c linux-2.6.18-53/drivers/md/raid5.c
--- linux-2.6.18-53.orig/drivers/md/raid5.c 2007-12-28 18:55:24.000000000 +0800
+++ linux-2.6.18-53/drivers/md/raid5.c 2007-12-28 19:08:15.000000000 +0800
Index: linux-2.6.18-92.1.17/drivers/md/raid5.c
===================================================================
--- linux-2.6.18-92.1.17.orig/drivers/md/raid5.c
+++ linux-2.6.18-92.1.17/drivers/md/raid5.c
@@ -1277,7 +1277,26 @@ static void compute_block_2(struct strip
}
}
......@@ -151,7 +152,7 @@ diff -pur linux-2.6.18-53.orig/drivers/md/raid5.c linux-2.6.18-53/drivers/md/rai
}
if (sh) {
- handle_stripe(sh, NULL);
+ handle_stripe(sh, NULL, NULL);
+ handle_stripe(sh, NULL, bios);
release_stripe(sh);
sh = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment