diff mbox series

[49/36] xfs_scrub: remove redundant function declarations

Message ID 20190401164317.GA5147@magnolia (mailing list archive)
State Accepted
Headers show
Series xfsprogs-5.0: fix various problems | expand

Commit Message

Darrick J. Wong April 1, 2019, 4:43 p.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

Remove a redundant function declaration.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 scrub/scrub.h |    2 --
 1 file changed, 2 deletions(-)

Comments

Eric Sandeen April 4, 2019, 4:33 p.m. UTC | #1
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 mbox series

Patch

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);