Skip to content

Commit 3e79121

Browse files
committed
Merge: erofs: promote to full support
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/361 JIRA: https://issues.redhat.com/browse/RHEL-78322 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. So we are promoting erofs to full support. Signed-off-by: Ian Kent <ikent@redhat.com> Approved-by: Brian Foster <bfoster@redhat.com> Approved-by: Eric Sandeen <esandeen@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents 6fb55f9 + 2d90f4c commit 3e79121

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

fs/erofs/super.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
591591
{
592592
struct inode *inode;
593593
struct erofs_sb_info *sbi = EROFS_SB(sb);
594-
#ifdef CONFIG_RHEL_DIFFERENCES
595-
static bool printed = false;
596-
#endif
597594
int err;
598595

599596
sb->s_magic = EROFS_SUPER_MAGIC;
@@ -701,12 +698,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
701698
return err;
702699

703700
erofs_info(sb, "mounted with root inode @ nid %llu.", sbi->root_nid);
704-
#ifdef CONFIG_RHEL_DIFFERENCES
705-
if (!printed) {
706-
mark_tech_preview("EROFS filesystem", NULL);
707-
printed = true;
708-
}
709-
#endif
710701
return 0;
711702
}
712703

0 commit comments

Comments
 (0)