seq_buf: Export seq_buf_puts()

JIRA: https://issues.redhat.com/browse/RHEL-170739

Upstream Status: linux.git

commit 70a9affa930c7aeba27893c7d402ef1294f43aa2
Author: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Date:   Wed Nov 1 18:59:06 2023 +0100

    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>

Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>
This commit is contained in:
Anusha Srivatsa
2026-06-23 11:17:40 -05:00
parent 4dab4a2687
commit 7313073274
+1
View File
@@ -187,6 +187,7 @@ int seq_buf_puts(struct seq_buf *s, const char *str)
seq_buf_set_overflow(s);
return -1;
}
EXPORT_SYMBOL_GPL(seq_buf_puts);
/**
* seq_buf_putc - sequence printing of simple character