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>
This commit is contained in:
parent
4e3a759a54
commit
5a9f85dc1a
|
@ -701,7 +701,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
|
|||
struct inode *inode;
|
||||
struct erofs_sb_info *sbi;
|
||||
struct erofs_fs_context *ctx = fc->fs_private;
|
||||
static bool printed = false;
|
||||
int err;
|
||||
|
||||
sb->s_magic = EROFS_SUPER_MAGIC;
|
||||
|
@ -820,10 +819,6 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
|
|||
return err;
|
||||
|
||||
erofs_info(sb, "mounted with root inode @ nid %llu.", ROOT_NID(sbi));
|
||||
if (!printed) {
|
||||
mark_tech_preview("EROFS filesystem", NULL);
|
||||
printed = true;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue