]> 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)
commitefe4a8f79b822b3d483d7896e6cd6c679016995f
tree4c1f26a7c547be3eb3d710834e35876073b86739
parent0c149a050d0566b32206447cbbfb0b3092ab1740
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