[PATCH 3/3] erofs: remove redundant erofs_fs_type declaration in super.c

From: Ferry Meng
Date: Tue Aug 15 2023 - 05:50:28 EST


As erofs_fs_type has been declared in internal.h, there is no use to
declare repeatedly in super.c.

Signed-off-by: Ferry Meng <mengferry@xxxxxxxxxxxxxxxxx>
---
fs/erofs/super.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index 82f41d09f8d8..78a94955dd61 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -19,7 +19,6 @@
#include <trace/events/erofs.h>

static struct kmem_cache *erofs_inode_cachep __read_mostly;
-struct file_system_type erofs_fs_type;

void _erofs_err(struct super_block *sb, const char *func, const char *fmt, ...)
{
--
2.19.1.6.gb485710b