From: Johannes Berg Date: Tue, 19 Nov 2013 14:19:33 +0000 (+0100) Subject: quota/genetlink: use proper genetlink multicast APIs X-Git-Tag: v3.13-rc1~33^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ecf7536b2787580616d23b6507005d930975ca0;p=pandora-kernel.git quota/genetlink: use proper genetlink multicast APIs The quota code is abusing the genetlink API and is using its family ID as the multicast group ID, which is invalid and may belong to somebody else (and likely will.) Make the quota code use the correct API, but since this is already used as-is by userspace, reserve a family ID for this code and also reserve that group ID to not break userspace assumptions. Acked-by: Jan Kara Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed