From: Lars Ellenberg Date: Mon, 14 Mar 2011 12:22:35 +0000 (+0100) Subject: drbd: new-connection and new-minor succeed, if the object already exists X-Git-Tag: v3.8-rc1~78^2~18^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f19616d2c6d4e0ab2de01e4c2f159cd5aa8b49;p=pandora-kernel.git drbd: new-connection and new-minor succeed, if the object already exists Follow O_CREAT semantics when creating connection or minor device/volume objects. If we need O_CREAT|O_EXCL semantics some time down the road, we can add NLM_F_EXCL to the netlink message flags. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed