[PATCH] taskstats: fix sk_buff size calculation
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 29 Oct 2006 15:57:16 +0000 (18:57 +0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 29 Oct 2006 20:07:37 +0000 (12:07 -0800)
prepare_reply() adds GENL_HDRLEN to the payload (genlmsg_total_size()),
but then it does genlmsg_put()->nlmsg_put().  This means we forget to
reserve a room for 'struct nlmsghdr'.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: Andrew Morton <akpm@osdl.org>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Jay Lan <jlan@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found