| commit | cfca519f00b9651f86887fbff8a784fcfc8c03d9 | [log] [tgz] |
|---|---|---|
| author | Pratik Patel <pratikp@codeaurora.org> | Sat Jul 23 11:21:40 2011 -0700 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:58 2011 -0700 |
| tree | 4d4245f9903d14a1b10a31a503c3e855ab59027e | |
| parent | 529461b70c7dc20b0371e54a63844edae905d7a2 [diff] |
Revert "workqueue: add workqueue_empty() api" This reverts commit bccb069835ef880e437c68a7fed9529c2549605f. Since the workqueue code deletes the work before executing it, checking for no work item being currently queued to the workqueue is not sufficient to guarantee that all the works have finished execution. Hence, we have moved to using a counter based solution and so this change is no longer required. Signed-off-by: Pratik Patel <pratikp@codeaurora.org>