]> git.proxmox.com Git - mirror_spl.git/commit
Add TASKQ_NORECLAIM flag
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 6 May 2011 22:21:58 +0000 (15:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 6 May 2011 22:23:58 +0000 (15:23 -0700)
commit372c2572336468cbf60272aa7e735b7ca0c3807c
tree220258fdc89b6a64641a9790f8515f91b296798a
parentdde6b7b137f56894a45723e7b49227629cfd3bd5
Add TASKQ_NORECLAIM flag

It has become necessary to be able to optionally disable
direct memory reclaim for certain taskqs.  To support
this the TASKQ_NORECLAIM flags has been added which sets
the PF_MEMALLOC bit for all threads in the taskq.
include/sys/taskq.h
module/spl/spl-taskq.c