commit | d94a041519f3ab1ac023bf917619cd8c4a7d3c01 | [log] [tgz] |
---|---|---|
author | Shailabh Nagar <nagar@watson.ibm.com> | Sun Jul 30 03:03:11 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:37 2006 -0700 |
tree | 6d7d476814db70fab691242c7663204c64dbb43e | |
parent | 7d94dddd438bcba97db44f120da39bb001b5249f [diff] |
[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>