2011-07-22 (금), 15:37 +1000, NeilBrown: > To be specific: > > 1/ I removed the hunk that you noticed above. > 2/ I added the following patch. > 3/ I made the obvious changes to the subsequent patch so that it would still > apply. > > This is all now in my for-next branch (I haven't added the Reviewed-by's - > I'll do them all together later. > > Thanks, > NeilBrown > > From 74721b68b4cf8d4845aa9efa3daf99247a611b70 Mon Sep 17 00:00:00 2001 > From: NeilBrown <neilb@xxxxxxx> > Date: Fri, 22 Jul 2011 15:29:38 +1000 > Subject: [PATCH] md/raid5: Remove stripe_head_state arg from handle_stripe_expansion. > > This arg is only used to differentiate between RAID5 and RAID6 but > that is not needed. For RAID5, raid5_compute_sector will set qd_idx > to "~0" so j with certainly not equals qd_idx, so there is no need > for a guard on that condition. > > So remove the guard and remove the arg from the declaration and > callers of handle_stripe_expansion. > > Signed-off-by: NeilBrown <neilb@xxxxxxx> Looks good to me, thanks! -- Regards, Namhyung Kim -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html