Skip to content

Commit 5a9f85d

Browse files
author
Ian Kent
committed
erofs: promote to full support
JIRA: https://issues.redhat.com/browse/RHEL-78339 Upstream status: RHEL-Only Since some of our key projects use erofs we have surveyed the code and assessed upstream support status for the file system and this all looks good from a support perspective. We have also updated erofs to the upstream kernel 6.3 source. So we are promoting erofs to full support. Note: the user space utilities are not included in RHEL-9 (so far). Signed-off-by: Ian Kent <ikent@redhat.com>
1 parent 4e3a759 commit 5a9f85d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fs/erofs/super.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
701701
struct inode *inode;
702702
struct erofs_sb_info *sbi;
703703
struct erofs_fs_context *ctx = fc->fs_private;
704-
static bool printed = false;
705704
int err;
706705

707706
sb->s_magic = EROFS_SUPER_MAGIC;
@@ -820,10 +819,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
820819
return err;
821820

822821
erofs_info(sb, "mounted with root inode @ nid %llu.", ROOT_NID(sbi));
823-
if (!printed) {
824-
mark_tech_preview("EROFS filesystem", NULL);
825-
printed = true;
826-
}
827822
return 0;
828823
}
829824

0 commit comments

Comments
 (0)