diff options
author | Brian Behlendorf <[email protected]> | 2012-12-10 13:40:03 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-12-12 09:56:54 -0800 |
commit | 33e94ef1dd2678e28a5fbdb80f4ce35fd8c85974 (patch) | |
tree | 2e47c07c42030aee3d1922abec2765d75f2f6e3b /config | |
parent | a10287e00d13c4c4dbbff14f42b00b03da363fcb (diff) |
kmem-cache: Use a taskq for async allocations
Shift the asynchronous allocations over to use the taskq interfaces.
This allows us to abandon the kernels delayed work queue interface
and all the compatibility code it requires.
This code never actually used the delay functionality it was just
done this way to leverage the existing compatibility code. All that
is required is a thread context to perform the allocation in. The
only thing clever in this change is that we take advantage of the
preallocated task queue entries to avoid a memory allocation.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions