]> git.proxmox.com Git - mirror_zfs.git/commit
Update a comment to reflect new taskq internals
authorPrakash Surya <surya1@llnl.gov>
Thu, 15 Dec 2011 21:48:37 +0000 (13:48 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 30 Apr 2012 17:49:15 +0000 (10:49 -0700)
commit05b8f50c3318cc904059a6f36d83730790d7d9fe
treeb36a82d9a5d0ba066a89414e34996e043803a95e
parentb29012b99994ece46019b664d67dace29e5c2586
Update a comment to reflect new taskq internals

As of the removal of the taskq work list made in commit:

    commit 2c02b71b1411176905228666abf7a50a2e5f85dc
    Author: Prakash Surya <surya1@llnl.gov>
    Date:   Mon Dec 5 17:32:48 2011 -0800

        Replace tq_work_list and tq_threads in taskq_t

        To lay the ground work for introducing the taskq_dispatch_prealloc()
        interface, the tq_work_list and tq_threads fields had to be replaced
        with new alternatives in the taskq_t structure.

the comment above taskq_wait_check has been incorrect. This change is an
attempt at bringing that description more in line with the current
implementation. Essentially, references to the old task work list had to
be updated to reference the new taskq thread active list.

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