Commit d442495c authored by Ferry Meng's avatar Ferry Meng Committed by Gao Xiang
Browse files

erofs: remove redundant erofs_fs_type declaration in super.c



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

Signed-off-by: default avatarFerry Meng <mengferry@linux.alibaba.com>
Reviewed-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
eviewed-by: default avatarChao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20230815094849.53249-3-mengferry@linux.alibaba.com


Signed-off-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
parent 8ec9a252
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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, ...)
{