X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_itable.c;h=2ea7d402188db8596e4c04a231d29cf0cb506756;hb=1813dd64057490e7a0678a885c4fe6d02f78bdc1;hp=7f86fdaab7ae13c77838e278298e611327e3f054;hpb=b0f539de9fcc543a3ffa40bc22bf51aca6ea6183;p=deliverable%2Flinux.git diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 7f86fdaab7ae..2ea7d402188d 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c @@ -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;