From: Philipp Reisner Date: Fri, 30 Mar 2012 12:12:15 +0000 (+0200) Subject: drbd: Fixed processing of disk-barrier, disk-flushes and disk-drain X-Git-Tag: v3.8-rc1~78^2~18^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27eb13e99b515c52ba5a151a1acce6afb8a9b2b6;p=pandora-kernel.git drbd: Fixed processing of disk-barrier, disk-flushes and disk-drain Since drbd_bump_write_ordering() is called in the attaching process while the disk state is D_ATTACHING, it was not considering these three flags during attach. A call to this function was missing form drbd_adm_disk_opts(). Fixed both issues. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed