From fdfbb5de2ef04a7a5d66ae03de28d2831d5941f5 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Tue, 28 Jan 2025 18:57:08 -0800 Subject: [PATCH] ANDROID: GKI: no reason to export F2FS tracepoints Fixes: efbd2ffaf07a ("ANDROID: GKI: export some I/O tracepoints") Change-Id: If2c937d53ca769032d57d7de64e3fa93ccec5e20 Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index ab6b9092a118..35b34abcc329 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -30,9 +30,6 @@ #define NUM_PREALLOC_POST_READ_CTXS 128 -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_write_begin); -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_submit_page_write); - static struct kmem_cache *bio_post_read_ctx_cache; static struct kmem_cache *bio_entry_slab; static mempool_t *bio_post_read_ctx_pool;