From: Andreas Gruenbacher Date: Tue, 31 May 2011 12:33:49 +0000 (+0200) Subject: drbd: Introduce "peer_device" object between "device" and "connection" X-Git-Tag: v3.15-rc1~134^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b32bc3cebd3fb6848c526763733b9dbc389c02;p=pandora-kernel.git drbd: Introduce "peer_device" object between "device" and "connection" In a setup where a device (aka volume) can replicate to multiple peers and one connection can be shared between multiple devices, we need separate objects to represent devices on peer nodes and network connections. As a first step to introduce multiple connections per device, give each drbd_device object a single drbd_peer_device object which connects it to a drbd_connection object. Signed-off-by: Andreas Gruenbacher Signed-off-by: Philipp Reisner --- Reading git-diff-tree failed