[PATCH] fs/seq_file: export seq_put_hex_ll symbol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The seq_put_hex_ll symbol should be exported to allow dynamically loaded
modules to call the function.

Signed-off-by: Torin Carey <torin@xxxxxxxxx>
---
 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




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux