]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: update comments and a warning message
authorTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
commitd50fa1cf083a20c1dff61f9e7648550033db8944
treec0a8218033a0dd61fb840cbd300287405043ba70
parentb36391721cd0c286e14a855fd7c4adbf0053c383
workqueue: update comments and a warning message

* Update incorrect and add missing synchronization labels.

* Update incorrect or misleading comments.  Add new comments where
  clarification is necessary.  Reformat / rephrase some comments.

* drain_workqueue() can be used separately from destroy_workqueue()
  but its warning message was incorrectly referring to destruction.

Other than the warning message change, this patch doesn't make any
functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c