mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
xfs: remove redundant function declaration
Remove this useless code. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
parent
d3dc979a49
commit
341f03865d
|
|
@ -37,8 +37,6 @@ bool xchk_da_process_error(struct xchk_da_btree *ds, int level, int *error);
|
|||
void xchk_da_set_corrupt(struct xchk_da_btree *ds, int level);
|
||||
void xchk_da_set_preen(struct xchk_da_btree *ds, int level);
|
||||
|
||||
void xchk_da_set_preen(struct xchk_da_btree *ds, int level);
|
||||
|
||||
int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
||||
int xchk_da_btree(struct xfs_scrub *sc, int whichfork,
|
||||
xchk_da_btree_rec_fn scrub_fn, void *private);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user