Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with R…
…EQ_NOMERGE. For R5_ReadNoMerge,it mean this bio can't merge with other bios or request.It used REQ_FLUSH to achieve this. But REQ_NOMERGE can do the same work. Signed-off-by: Jianpeng Ma <majianpeng@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
- Loading branch information