From: Lars Ellenberg Date: Wed, 19 Oct 2011 09:50:57 +0000 (+0200) Subject: drbd: allow to dequeue batches of work at a time X-Git-Tag: v3.8-rc1~78^2~18^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0785a5c9a0f2472aff68dc32247be01728c416;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed