diff options
author | 2009-12-07 09:06:24 -0500 | |
---|---|---|
committer | 2009-12-07 12:01:35 -0500 | |
commit | c521efd1700a8c0f7ce26f011f5eaecca17fabfa (patch) | |
tree | 8dd9f8171222e856aafa5db1c1a150098327d409 /mm/vmalloc.c | |
parent | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (diff) | |
download | wireguard-linux-c521efd1700a8c0f7ce26f011f5eaecca17fabfa.tar.xz wireguard-linux-c521efd1700a8c0f7ce26f011f5eaecca17fabfa.zip |
tracing: Add pipe_close interface
An ftrace plugin can add a pipe_open interface when the user opens
trace_pipe. But if the plugin allocates something within the pipe_open
it can not free it because there exists no pipe_close. The hook to
the trace file open has a corresponding close. The closing of the
trace_pipe file should also have a corresponding close.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions