From: Torin Carey <torin@tcarey.uk>
To: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Subject: [PATCH] fs/seq_file: export seq_put_hex_ll symbol
Date: Tue, 1 Oct 2019 14:53:24 +0100 [thread overview]
Message-ID: <20191001135322.GA26299@kappa> (raw)
The seq_put_hex_ll symbol should be exported to allow dynamically loaded
modules to call the function.
Signed-off-by: Torin Carey <torin@tcarey.uk>
---
fs/seq_file.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/seq_file.c b/fs/seq_file.c
index 1600034a929b..9382d3b335fa 100644
--- a/fs/seq_file.c
+++ b/fs/seq_file.c
@@ -772,6 +772,7 @@ void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
}
m->count += len;
}
+EXPORT_SYMBOL(seq_put_hex_ll);
void seq_put_decimal_ll(struct seq_file *m, const char *delimiter, long long num)
{
--
2.20.1
next reply other threads:[~2019-10-01 14:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-01 13:53 Torin Carey [this message]
2019-10-06 16:01 ` [PATCH] fs/seq_file: export seq_put_hex_ll symbol Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191001135322.GA26299@kappa \
--to=torin@tcarey.uk \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).