erofs: refine managed cache operations to folios
[linux-2.6-block.git] / fs / erofs / decompressor_deflate.c
index b98872058abe82d4034b84c1c93c46645b50968b..81e65c453ef05a8613228b64caf4dd47a1158c24 100644 (file)
@@ -212,9 +212,6 @@ again:
 
                        if (rq->out[no] != rq->in[j])
                                continue;
-
-                       DBG_BUGON(erofs_page_is_managed(EROFS_SB(sb),
-                                                       rq->in[j]));
                        tmppage = erofs_allocpage(pgpl, rq->gfp);
                        if (!tmppage) {
                                err = -ENOMEM;