commit | 2d06e3b7145bb08705615e6e7400024d8e36a5c0 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Fri Mar 17 00:12:35 2017 +0800 |
committer | Shaohua Li <shli@fb.com> | Fri Mar 24 10:41:37 2017 -0700 |
tree | 9d1f8a457a580d37b9ba13f02f44ecf9d49d712d | |
parent | cdb76be31568604f389f951bd0efadd3f530f2dd [diff] |
md: raid10: avoid direct access to bvec table in handle_reshape_read_error All reshape I/O share pages from 1st copy device, so just use that pages for avoiding direct access to bvec table in handle_reshape_read_error. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Shaohua Li <shli@fb.com>