commit | 45c91d808ff989d950e260dab9f89e8f4a3c9c2c | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Mon Aug 22 21:14:02 2016 -0700 |
committer | Shaohua Li <shli@fb.com> | Wed Aug 24 10:21:53 2016 -0700 |
tree | 6799f63ff421f2e9288d59e319d366ca56b8c069 | |
parent | 5f9d1fde7d54a5d5fd8cccbee9c9c31474fcdcf2 [diff] |
raid5: avoid unnecessary bio data set bio_reset doesn't change bi_io_vec and bi_max_vecs, so we don't need to set them every time. bi_private will be set before the bio is dispatched. Signed-off-by: Shaohua Li <shli@fb.com>