]> git.baikalelectronics.ru Git - kernel.git/commit
trace: remove tracing_pipe_buf_ops
authorChristoph Hellwig <hch@lst.de>
Wed, 20 May 2020 15:58:13 +0000 (17:58 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 May 2020 16:11:26 +0000 (12:11 -0400)
commit6584e4db7451c344a63a09791eef1732899ec745
tree7d2829c111921d1b6a8af2267c43ab038492df49
parentd31527a703bc5d8b12e2b708bff18c58ee5e429d
trace: remove tracing_pipe_buf_ops

tracing_pipe_buf_ops has identical ops to default_pipe_buf_ops, so use
that instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/trace/trace.c