diff options
author | NeilBrown <neilb@suse.de> | 2015-05-21 04:56:41 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2015-05-28 03:47:02 +0200 |
commit | 787b76fa37159050f6d26aebfa6210009baed93b (patch) | |
tree | 9e54ff777051ffa494d7e34349c8a079be5052c4 /drivers/ssb | |
parent | md/raid5: be more selective about distributing flags across batch. (diff) | |
download | linux-787b76fa37159050f6d26aebfa6210009baed93b.tar.xz linux-787b76fa37159050f6d26aebfa6210009baed93b.zip |
md/raid5: call break_stripe_batch_list from handle_stripe_clean_event
Now that the code in break_stripe_batch_list() is nearly identical
to the end of handle_stripe_clean_event, replace the later
with a function call.
The only remaining difference of any interest is the masking that is
applieds to dev[i].flags copied from head_sh.
R5_WriteError certainly isn't wanted as it is set per-stripe, not
per-patch. R5_Overlap isn't wanted as it is explicitly handled.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/ssb')
0 files changed, 0 insertions, 0 deletions