diff options
author | NeilBrown <[email protected]> | 2017-08-30 08:10:18 +1000 |
---|---|---|
committer | Mike Snitzer <[email protected]> | 2017-12-13 12:15:55 -0500 |
commit | 80cd17578310dbaf880ae0db9240ad2218c5811a (patch) | |
tree | 31aa785b6417389d87565d915f75f644a2f75c2f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | c06b3e583750fa8f1d214ca50c86d936f6a329c6 (diff) |
dm crypt: remove BIOSET_NEED_RESCUER flag
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-crypt does allocate from this bioset inside the dm make_request_fn,
but does so using GFP_NOWAIT so that the allocation will not block.
So BIOSET_NEED_RESCUER is not needed.
Signed-off-by: NeilBrown <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions