On Fri, Nov 24, 2023 at 10:12:45PM -0800, Christoph Hellwig wrote: > > +/* Simple checks for inode records. */ > > +xfs_failaddr_t > > +xfs_inobt_check_irec( > > + struct xfs_btree_cur *cur, > > + const struct xfs_inobt_rec_incore *irec) > > +{ > > + return xfs_inobt_check_perag_irec(cur->bc_ag.pag, irec); > > +} > > Same comment about just dropping the wrapper. Otherwise I'll > need more digestion time for the new code. Done. --D