mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
8ec9a25258
commit
d442495c96
@ -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, ...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user