From: Lars Ellenberg Date: Mon, 14 Nov 2011 14:42:37 +0000 (+0100) Subject: drbd: move the drbd_work_queue from drbd_socket to drbd_connection X-Git-Tag: v3.8-rc1~78^2~18^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b27b01f17ef1f0badc45f9eea521be3457c9cb;p=pandora-kernel.git drbd: move the drbd_work_queue from drbd_socket to drbd_connection cherry-picked and adapted from drbd 9 devel branch In 8.4, we don't distinguish between "resource work" and "connection work" yet, we have one worker for both, as we still have only one connection. We only ever used the "data.work", no need to keep the "meta.work" around. Move tconn->data.work to tconn->sender_work. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed