diff options
author | shli@kernel.org <shli@kernel.org> | 2014-12-15 04:57:03 +0300 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2015-04-22 01:00:41 +0300 |
commit | 72ac733015bbdc0356ba3e92c52137a265910a91 (patch) | |
tree | 20dfdc319ebbd53033f325017f24b5ad92970c31 /drivers/md/raid5.h | |
parent | 59fc630b8b5f9f21c8ce3ba153341c107dce1b0c (diff) | |
download | linux-72ac733015bbdc0356ba3e92c52137a265910a91.tar.xz |
raid5: handle io error of batch list
If io error happens in any stripe of a batch list, the batch list will be
split, then normal process will run for the stripes in the list.
Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index c8d0004dca8f..cf3562e99440 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h @@ -336,6 +336,7 @@ enum { STRIPE_DISCARD, STRIPE_ON_RELEASE_LIST, STRIPE_BATCH_READY, + STRIPE_BATCH_ERR, }; /* |