Skip to content
Snippets Groups Projects
Commit 3960ce79 authored by NeilBrown's avatar NeilBrown
Browse files

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: default avatarNeilBrown <neilb@suse.de>
parent fb642b92
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment