diff options
author | Ferry Meng <mengferry@linux.alibaba.com> | 2023-08-15 17:48:49 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-08-23 23:40:45 +0800 |
commit | d442495c9676b6587f0058c5843b2d053dd1765b (patch) | |
tree | 33284401991408a620f7b82b66b78143e59de05b /fs/erofs/super.c | |
parent | 8ec9a25258244c4b3955ad052cd4c74ccf3d5d6a (diff) |
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/super.c')
-rw-r--r-- | fs/erofs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/super.c b/fs/erofs/super.c index e5fb1775dd02..91ed1460613b 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, ...) { |