[PATCH 3/3] erofs: remove redundant erofs_fs_type declaration in super.c
Ferry Meng
mengferry at linux.alibaba.com
Tue Aug 15 19:48:49 AEST 2023
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 at linux.alibaba.com>
---
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
More information about the Linux-erofs
mailing list