From 50eb8d5d443b43f38d6e72f005f1b8601ac88a05 Mon Sep 17 00:00:00 2001 From: Robin Hsu Date: Mon, 13 May 2024 09:45:16 +0000 Subject: [PATCH] ANDROID: export one function for mm metrics export function for procfs node formating Bug: 299190787 Signed-off-by: Robin Hsu (cherry picked from https://android-review.googlesource.com/q/commit:6152faa02ea853d97458a02347142ac6001a60f5) Change-Id: I71e6a0815efa8df99d036bf457b8a0081999f3de --- fs/seq_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/seq_file.c b/fs/seq_file.c index e676c8b0cf5d..f6c0b113fd63 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c @@ -719,6 +719,7 @@ void seq_put_decimal_ull_width(struct seq_file *m, const char *delimiter, overflow: seq_set_overflow(m); } +EXPORT_SYMBOL(seq_put_decimal_ull_width); void seq_put_decimal_ull(struct seq_file *m, const char *delimiter, unsigned long long num)