]> git.proxmox.com Git - mirror_spl-debian.git/commit
Replace struct spl_task with struct taskq_ent
authorPrakash Surya <surya1@llnl.gov>
Fri, 11 Nov 2011 23:06:35 +0000 (15:06 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 13 Dec 2011 20:28:09 +0000 (12:28 -0800)
commit046a70c93b2951bd4c705fb09592d2555a8858f0
tree4fe70d731bfd4f20963738b6e4b2b992291bc89a
parented948fa72b28b0769758081d71d5ce5d30b428f9
Replace struct spl_task with struct taskq_ent

The spl_task structure was renamed to taskq_ent, and all of
its fields were renamed to have a prefix of 'tqent' rather
than 't'. This was to align with the naming convention which
the ZFS code assumes.  Previously these fields were private
so the name never mattered.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #65
module/spl/spl-taskq.c