From: Philipp Reisner Date: Thu, 10 Nov 2011 17:45:36 +0000 (+0100) Subject: drbd: Move the CREATE_BARRIER flag from connection to device X-Git-Tag: v3.8-rc1~78^2~18^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6936fcb49ab369ad13267e292ec0e3490db91c4a;p=pandora-kernel.git drbd: Move the CREATE_BARRIER flag from connection to device That is necessary since the whole transfer log is per connection(tconn) and not per device(mdev). This bug caused list corruption on the worker list. When a barrier is queued for sending in the context of one device, another device did not see the CREATE_BARRIER bit, and queued the same object again -> list corruption. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed