commit | 8c0785a5c9a0f2472aff68dc32247be01728c416 | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Wed Oct 19 11:50:57 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:58:34 2012 +0100 |
tree | adb036acb283550aab1a1860bff454a86eb446d5 | |
parent | b379c41ed78e83c4443fca4dbfbc358c19e4f24c [diff] |
drbd: allow to dequeue batches of work at a time cherry-picked and adapted from drbd 9 devel branch In 8.4, we still use drbd_queue_work_front(), so in normal operation, we can not dequeue batches, but only single items. Still, followup commits will wake the worker without explicitly queueing a work item, so up() is replaced by a simple wake_up(). Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>