From: Andreas Gruenbacher Date: Wed, 4 May 2011 14:06:51 +0000 (+0200) Subject: drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8 X-Git-Tag: v3.8-rc1~78^2~18^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5d8e1fb9d22851de89bbf52db6b11c56b895dd4;p=pandora-kernel.git drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8 Flags of type NLA_FLAG are either present or absent, but do not have a value by themselves. Use type NLA_U8 for our boolean flags instead, and use the value to determine if the flag should be on or off. On the drbdsetup command line, all those flags have an optional yes/no argument which defaults to yes. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed