From: John Fastabend Date: Fri, 25 Sep 2009 13:11:44 +0000 (+0000) Subject: net: fix nlmsg len size for skb when error bit is set. X-Git-Tag: v2.6.32-rc3~63^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dba93aedfc6906b27791c4a1136b177beae25b7;p=pandora-kernel.git net: fix nlmsg len size for skb when error bit is set. Currently, the nlmsg->len field is not set correctly in netlink_ack() for ack messages that include the nlmsg of the error frame. This corrects the length field passed to __nlmsg_put to use the correct payload size. Signed-off-by: John Fastabend Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed