]> git.itanic.dy.fi Git - linux-stable/commit
seq_buf: Export seq_buf_puts()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 1 Nov 2023 17:59:06 +0000 (18:59 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 2 Nov 2023 04:19:44 +0000 (00:19 -0400)
commit70a9affa930c7aeba27893c7d402ef1294f43aa2
tree61421dfaf6855ad41b7c427b89514306842cb0eb
parent685b38c7650a0f461f56761cf61936b453d5bb24
seq_buf: Export seq_buf_puts()

Mark seq_buf_puts() which is part of the seq_buf API to be exported to
kernel loadable GPL modules.

Link: https://lkml.kernel.org/r/b9e3737f66ec2450221b492048ce0d9c65c84953.1698861216.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
lib/seq_buf.c