We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4021e68 commit 14c2d97Copy full SHA for 14c2d97
fs/erofs/super.c
@@ -709,7 +709,9 @@ static int erofs_fc_get_tree(struct fs_context *fc)
709
if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && sbi->fsid)
710
return get_tree_nodev(fc, erofs_fc_fill_super);
711
712
- ret = get_tree_bdev(fc, erofs_fc_fill_super);
+ ret = get_tree_bdev_flags(fc, erofs_fc_fill_super,
713
+ IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) ?
714
+ GET_TREE_BDEV_QUIET_LOOKUP : 0);
715
#ifdef CONFIG_EROFS_FS_BACKED_BY_FILE
716
if (ret == -ENOTBLK) {
717
if (!fc->source)
0 commit comments