Commit 79f5c88b authored by Yang Erkun's avatar Yang Erkun Committed by Zizhi Wo
Browse files

erofs: remove EXPERIMENTAL feature warning for fscache-based

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT



----------------------------------------

It is a formal feature we will support latter, remove this EXPERIMENTAL
warning.

Signed-off-by: default avatarYang Erkun <yangerkun@huawei.com>
Signed-off-by: default avatarZizhi Wo <wozizhi@huawei.com>
parent 9d05d3b9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -359,9 +359,6 @@ static int erofs_read_superblock(struct super_block *sb)

	/* handle multiple devices */
	ret = erofs_scan_devices(sb, dsb);

	if (erofs_is_fscache_mode(sb))
		erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!");
out:
	erofs_put_metabuf(&buf);
	return ret;