Files
android_kernel_xiaomi_sm8450/drivers/md
NeilBrown c110a4b6e6 dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
The BIOSET_NEED_RESCUER flag is only needed when a make_request_fn might
do two allocations from the one bioset, and the second one could block
until the first bio completes.

dm_io() is called from make_request_fn() context.  The closest it comes
to multiple allocations is in chunk_io() in dm-snap-persistent.  But
there the code uses a separate thread to avoid problems.

So BIOSET_NEED_RESCUER is not needed.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
2017-12-13 12:15:56 -05:00
..
2016-11-01 09:43:26 -06:00
2017-12-13 12:15:47 -05:00
2017-10-05 15:22:59 -06:00
2017-06-09 09:27:32 -06:00
2017-06-09 09:27:32 -06:00
2017-11-01 21:32:25 -07:00
2017-11-01 21:32:24 -07:00
2017-11-01 21:32:22 -07:00
2017-11-01 21:32:22 -07:00