commit | 81fa152008ac903877b59bcc7d16777c3292c206 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Fri Mar 17 00:12:32 2017 +0800 |
committer | Shaohua Li <shli@fb.com> | Fri Mar 24 10:41:37 2017 -0700 |
tree | b7631495d46cf363707c14caa4fa43179728decd | |
parent | 841c1316c7da6199a7df473893c141943991a756 [diff] |
md: raid10: refactor code of read reshape's .bi_end_io reshape read request is a bit special and requires one extra bio which isn't allocated from r10buf_pool. Refactor the .bi_end_io for read reshape, so that we can use raid10's resync page mangement approach easily in the following patches. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Shaohua Li <shli@fb.com>