[PATCH] taskstats: free skb, avoid returns in send_cpu_listeners
authorShailabh Nagar <nagar@watson.ibm.com>
Sun, 30 Jul 2006 10:03:11 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:37 +0000 (13:28 -0700)
commitd94a041519f3ab1ac023bf917619cd8c4a7d3c01
tree6d7d476814db70fab691242c7663204c64dbb43e
parent7d94dddd438bcba97db44f120da39bb001b5249f
[PATCH] taskstats: free skb, avoid returns in send_cpu_listeners

Add a missing freeing of skb in the case there are no listeners at all.
Also remove the returning of error values by the function as it is unused
by the sole caller.

Signed-off-by: Shailabh Nagar <nagar@watson.ibm.com>
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/taskstats.c