From: Darrick J. Wong Date: Fri, 26 Apr 2019 20:40:51 +0000 (-0500) Subject: xfs_scrub: remove redundant function declarations X-Git-Tag: v5.0.0-rc1~14 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fxfsprogs-dev.git;a=commitdiff_plain;h=888b2a7316253439fa4365ad795a0cab811ee1aa xfs_scrub: remove redundant function declarations Remove a redundant function declaration. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/scrub/scrub.h b/scrub/scrub.h index 34c3dd30c..e6e3f16fd 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);