]> git.proxmox.com Git - mirror_spl.git/commit
Add TASKQID_INVALID and TASKQID_INITIAL macros
authorUbuntu <ubuntu@ip-172-31-16-145.us-west-1.compute.internal>
Fri, 28 Oct 2016 21:23:30 +0000 (21:23 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Nov 2016 17:34:19 +0000 (10:34 -0700)
commitcbba7146676dd145f373bcbe4f4f435d9100ddbb
tree18c5dc6f88302280af42323eedcb47797f9a3fc3
parent1b457bcbe502eb29333a34b0518c1dca0e2ee974
Add TASKQID_INVALID and TASKQID_INITIAL macros

Add the TASKQID_INVALID and TASKQID_INITIAL macros and update the
taskq implementation and test cases to use them.  This is solely
for the purposes of readability and introduces no functional change.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/taskq.h
module/spl/spl-taskq.c
module/splat/splat-mutex.c
module/splat/splat-rwlock.c
module/splat/splat-taskq.c