commit | 6d399783e9d4e9bd44931501948059d24ad96ff8 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Thu Feb 23 12:26:41 2017 -0800 |
committer | Shaohua Li <shli@fb.com> | Thu Mar 09 09:01:14 2017 -0800 |
tree | 729d60ef731b8f042666df7bf434932dcfec5da9 | |
parent | ea6200e84182989a3cce9687cf79a23ac44ec4db [diff] |
md/raid10: submit bio directly to replacement disk Commit 57c67df(md/raid10: submit IO from originating thread instead of md thread) submits bio directly for normal disks but not for replacement disks. There is no point we shouldn't do this for replacement disks. Cc: NeilBrown <neilb@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>