Message ID | 20190401164317.GA5147@magnolia (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | xfsprogs-5.0: fix various problems | expand |
On 4/1/19 11:43 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@oracle.com> > > Remove a redundant function declaration. > > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> > --- > 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); >
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);