erofs: remove redundant erofs_fs_type declaration in super.c
authorFerry Meng <mengferry@linux.alibaba.com>
Tue, 15 Aug 2023 09:48:49 +0000 (17:48 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 23 Aug 2023 15:40:45 +0000 (23:40 +0800)
commitd442495c9676b6587f0058c5843b2d053dd1765b
tree33284401991408a620f7b82b66b78143e59de05b
parent8ec9a25258244c4b3955ad052cd4c74ccf3d5d6a
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>
fs/erofs/super.c