From: Thomas Graf Date: Fri, 23 Mar 2007 06:28:46 +0000 (-0700) Subject: [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() X-Git-Tag: v2.6.22-rc1~1128^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35b685640aeb39eb4f5e98c75e8e001e406f9a3;p=pandora-kernel.git [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() netlink_rcv_skb() is changed to skip messages which don't have the NLM_F_REQUEST bit to avoid every netlink family having to perform this check on their own. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed