From: Philipp Reisner Date: Wed, 19 Jan 2011 13:12:51 +0000 (+0100) Subject: drbd: moved agreed_pro_version, last_received and ko_count to tconn X-Git-Tag: v3.8-rc1~78^2~18^2~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31890f4ab299c4116cf0a104ca9ce4f9ca2c5da0;p=pandora-kernel.git drbd: moved agreed_pro_version, last_received and ko_count to tconn sed -i \ -e 's/mdev->agreed_pro_version/mdev->tconn->agreed_pro_version/g' \ -e 's/mdev->last_received/mdev->tconn->last_received/g' \ -e 's/mdev->ko_count/mdev->tconn->ko_count/g' \ *.[ch] Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed