]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/scrub/fscounters.c
Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / fs / xfs / scrub / fscounters.c
index 7251c66a82c9b465124e48a36b72374a78b47e91..ec2064ed3c30f4549de65a5726f8b14f1f177fd6 100644 (file)
@@ -83,9 +83,6 @@ xchk_fscount_warmup(
                error = xfs_alloc_read_agf(mp, sc->tp, agno, 0, &agf_bp);
                if (error)
                        break;
-               error = -ENOMEM;
-               if (!agf_bp || !agi_bp)
-                       break;
 
                /*
                 * These are supposed to be initialized by the header read