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

Branch HEAD

b=17132
i=adilger

Use raid5/6 rhel5 improvements
parent aa58872c
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 Index: linux-2.6.18-92.1.17/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 --- 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 @@ -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 ...@@ -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) { if (sh) {
- handle_stripe(sh, NULL); - handle_stripe(sh, NULL);
+ handle_stripe(sh, NULL, NULL); + handle_stripe(sh, NULL, bios);
release_stripe(sh); release_stripe(sh);
sh = NULL; 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