erofs: check the uniqueness of fsid in shared domain in advance
[platform/kernel/linux-starfive.git] / fs / erofs / super.c
index 1c7dcca..481788c 100644 (file)
@@ -245,7 +245,7 @@ static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb,
        }
 
        if (erofs_is_fscache_mode(sb)) {
-               fscache = erofs_fscache_register_cookie(sb, dif->path, false);
+               fscache = erofs_fscache_register_cookie(sb, dif->path, 0);
                if (IS_ERR(fscache))
                        return PTR_ERR(fscache);
                dif->fscache = fscache;