On 4/1/19 11:43 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Remove a redundant function declaration. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > scrub/scrub.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/scrub/scrub.h b/scrub/scrub.h > index 34c3dd30..e6e3f16f 100644 > --- a/scrub/scrub.h > +++ b/scrub/scrub.h > @@ -25,8 +25,6 @@ bool xfs_scrub_ag_metadata(struct scrub_ctx *ctx, xfs_agnumber_t agno, > struct xfs_action_list *alist); > bool xfs_scrub_fs_metadata(struct scrub_ctx *ctx, > struct xfs_action_list *alist); > -enum check_outcome xfs_repair_metadata(struct scrub_ctx *ctx, int fd, > - struct action_item *aitem, unsigned int flags); > > bool xfs_can_scrub_fs_metadata(struct scrub_ctx *ctx); > bool xfs_can_scrub_inode(struct scrub_ctx *ctx); >