From: NeilBrown Date: Thu, 21 May 2015 02:20:36 +0000 (+1000) Subject: md/raid5: add handle_flags arg to break_stripe_batch_list. X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~44^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3960ce796198254b7a1b420dc9a26d80928523bd;p=pandora-kernel.git md/raid5: add handle_flags arg to break_stripe_batch_list. When we break a stripe_batch_list we sometimes want to set STRIPE_HANDLE on the individual stripes, and sometimes not. So pass a 'handle_flags' arg. If it is zero, always set STRIPE_HANDLE (on non-head stripes). If not zero, only set it if any of the given flags are present. Signed-off-by: NeilBrown --- Reading git-diff-tree failed