]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5: move common code into handle_stripe
authorNeilBrown <neilb@suse.de>
Tue, 26 Jul 2011 01:35:15 +0000 (11:35 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 26 Jul 2011 01:35:15 +0000 (11:35 +1000)
commit021dde97b965a54f3d1ddb264d3b8420f8ee6b8b
tree4c1f26a7c547be3eb3d710834e35876073b86739
parentef0c5ee57be70a93c0b935f7c769bc1ea07f0c75
md/raid5: move common code into handle_stripe

There is common code at the start of handle_stripe5 and
handle_stripe6.  Move it into handle_stripe.

Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Namhyung Kim <namhyung@gmail.com>
drivers/md/raid5.c