From: Lars Ellenberg Date: Thu, 26 Jul 2012 12:09:49 +0000 (+0200) Subject: drbd: introduce stop-sector to online verify X-Git-Tag: v3.8-rc1~78^2~18^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ffa580a748dd16b1e5ab260bea39cdbd1e94ef;p=pandora-kernel.git drbd: introduce stop-sector to online verify We now can schedule only a specific range of sectors for online verify, or interrupt a running verify without interrupting the connection. Had to bump the protocol version differently, we are now 101. Added verify_can_do_stop_sector() { protocol >= 97 && protocol != 100; } Also, the return value convention for worker callbacks has changed, we returned "true/false" for "keep the connection up" in 8.3, we return 0 for success and <= for failure in 8.4. Affected: receive_state() Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed