aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
diff options
context:
space:
mode:
authorFerry Meng <mengferry@linux.alibaba.com>2023-08-15 17:48:49 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-08-23 23:40:45 +0800
commitd442495c9676b6587f0058c5843b2d053dd1765b (patch)
tree33284401991408a620f7b82b66b78143e59de05b /fs/erofs
parent8ec9a25258244c4b3955ad052cd4c74ccf3d5d6a (diff)
downloadlinux-d442495c9676b6587f0058c5843b2d053dd1765b.tar.gz
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: Ferry Meng <mengferry@linux.alibaba.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> eviewed-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20230815094849.53249-3-mengferry@linux.alibaba.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs')
-rw-r--r--fs/erofs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index e5fb1775dd028..91ed1460613b9 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, ...)
{