Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang...
[linux-2.6-microblaze.git] / fs / erofs / decompressor_deflate.c
index b988720..81e65c4 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;