linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/seq_file: export seq_put_hex_ll symbol
@ 2019-10-01 13:53 Torin Carey
  2019-10-06 16:01 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Torin Carey @ 2019-10-01 13:53 UTC (permalink / raw)
  To: Alexander Viro; +Cc: linux-fsdevel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs/seq_file: export seq_put_hex_ll symbol
  2019-10-01 13:53 [PATCH] fs/seq_file: export seq_put_hex_ll symbol Torin Carey
@ 2019-10-06 16:01 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2019-10-06 16:01 UTC (permalink / raw)
  To: Torin Carey; +Cc: Alexander Viro, linux-fsdevel

On Tue, Oct 01, 2019 at 02:53:24PM +0100, Torin Carey wrote:
> The seq_put_hex_ll symbol should be exported to allow dynamically loaded
> modules to call the function.

Please send it along with the series for your patch adding a user.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-06 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01 13:53 [PATCH] fs/seq_file: export seq_put_hex_ll symbol Torin Carey
2019-10-06 16:01 ` Christoph Hellwig

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).