xfs: verify btree blocks as they are read from disk
[deliverable/linux.git] / fs / xfs / xfs_itable.c
index 3998fd2a7949475801898801e9009efbd5d4aeb9..0f18d412e3e8313666d8477d72afaea59ea85216 100644 (file)
@@ -396,7 +396,8 @@ xfs_bulkstat(
                                        if (xfs_inobt_maskn(chunkidx, nicluster)
                                                        & ~r.ir_free)
                                                xfs_btree_reada_bufs(mp, agno,
-                                                       agbno, nbcluster);
+                                                       agbno, nbcluster,
+                                                       xfs_inode_buf_verify);
                                }
                                irbp->ir_startino = r.ir_startino;
                                irbp->ir_freecount = r.ir_freecount;
This page took 0.029596 seconds and 5 git commands to generate.