From: Changli Gao Date: Sun, 8 Dec 2013 14:36:56 +0000 (-0500) Subject: net: drop_monitor: fix the value of maxattr X-Git-Tag: v3.2.55~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9898c396f98f315d4013c95cf18e0295ee8b1cd4;p=pandora-kernel.git net: drop_monitor: fix the value of maxattr [ Upstream commit d323e92cc3f4edd943610557c9ea1bb4bb5056e8 ] maxattr in genl_family should be used to save the max attribute type, but not the max command type. Drop monitor doesn't support any attributes, so we should leave it as zero. Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed