From: Steven Rostedt Date: Wed, 29 Apr 2009 04:16:21 +0000 (-0400) Subject: tracing: fix ref count in splice pages X-Git-Tag: v2.6.30-rc5~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7267fa6819467669f5cc2ba81a615dcc88158b4b;p=pandora-kernel.git tracing: fix ref count in splice pages The pages allocated for the splice binary buffer did not initialize the ref count correctly. This caused pages not to be freed and causes a drastic memory leak. Thanks to logdev I was able to trace the tracer to find where the leak was. [ Impact: stop memory leak when using splice ] Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed