xfs: convert buffer verifiers to an ops structure.
[deliverable/linux.git] / fs / xfs / xfs_itable.c
index 7f86fdaab7ae13c77838e278298e611327e3f054..2ea7d402188db8596e4c04a231d29cf0cb506756 100644 (file)
@@ -397,7 +397,7 @@ xfs_bulkstat(
                                                        & ~r.ir_free)
                                                xfs_btree_reada_bufs(mp, agno,
                                                        agbno, nbcluster,
-                                                       xfs_inode_buf_read_verify);
+                                                       &xfs_inode_buf_ops);
                                }
                                irbp->ir_startino = r.ir_startino;
                                irbp->ir_freecount = r.ir_freecount;
This page took 0.024289 seconds and 5 git commands to generate.