kernel/fs/xfs/scrub/dabtree.h
.. .. @@ -28,8 +28,7 @@ 28 28 int tree_level; 29 29 }; 30 30 31 -typedef int (*xchk_da_btree_rec_fn)(struct xchk_da_btree *ds,32 - int level, void *rec);31 +typedef int (*xchk_da_btree_rec_fn)(struct xchk_da_btree *ds, int level);33 32 34 33 /* Check for da btree operation errors. */ 35 34 bool xchk_da_process_error(struct xchk_da_btree *ds, int level, int *error);