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.31-rc1~401^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beae6efd1004b44c3e257dc96087978e4c763c1;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 --- Reading git-diff-tree failed