• S
    tracing: fix ref count in splice pages · 5beae6ef
    Steven Rostedt 提交于
    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: NSteven Rostedt <rostedt@goodmis.org>
    5beae6ef
trace.c 96.4 KB