From: Patrick McHardy Date: Mon, 15 Aug 2005 02:27:50 +0000 (-0700) Subject: [NETLINK]: Use group numbers instead of bitmasks internally X-Git-Tag: v2.6.14-rc1~1035^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d629b836d151d43332492651dd841d32e57ebe3b;p=pandora-kernel.git [NETLINK]: Use group numbers instead of bitmasks internally Using the group number allows increasing the number of groups without beeing limited by the size of the bitmask. It introduces one limitation for netlink users: messages can't be broadcasted to multiple groups anymore, however this feature was never used inside the kernel. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed