diff options
author | Ferry Meng <[email protected]> | 2023-08-15 17:48:49 +0800 |
---|---|---|
committer | Gao Xiang <[email protected]> | 2023-08-23 23:40:45 +0800 |
commit | d442495c9676b6587f0058c5843b2d053dd1765b (patch) | |
tree | 33284401991408a620f7b82b66b78143e59de05b | |
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 <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
eviewed-by: Chao Yu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Gao Xiang <[email protected]>
-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, ...) { |