diff options
author | NeilBrown <neilb@suse.com> | 2017-04-05 14:05:51 +1000 |
---|---|---|
committer | Shaohua Li <shli@fb.com> | 2017-04-11 10:16:50 -0700 |
commit | dd7a8f5dee81ffb1794df1103f07c63fd4f1d766 (patch) | |
tree | 75548d262b86202ad305a47491522c499098c783 /COPYING | |
parent | 545250f2480911f053b092d4229d9f83a9dff222 (diff) | |
download | linux-dd7a8f5dee81ffb1794df1103f07c63fd4f1d766.tar.bz2 |
md/raid5: make chunk_aligned_read() split bios more cleanly.
chunk_aligned_read() currently uses fs_bio_set - which is meant for
filesystems to use - and loops if multiple splits are needed, which is
not best practice.
As this is only used for READ requests, not writes, it is unlikely
to cause a problem. However it is best to be consistent in how
we split bios, and to follow the pattern used in raid1/raid10.
So create a private bioset, bio_split, and use it to perform a single
split, submitting the remainder to generic_make_request() for later
processing.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions