1
0

xfs: shorten struct xfs_scrub_context to struct xfs_scrub

Shorten the name of the online fsck context structure.  Whitespace
damage will be fixed by a subsequent patch.  There are no functional
changes.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Este cometimento está contido em:
Darrick J. Wong
2018-07-19 12:29:12 -07:00
ascendente b5e2196e9c
cometimento 1d8a748a8a
25 ficheiros modificados com 294 adições e 294 eliminações

Ver ficheiro

@@ -40,7 +40,7 @@ xchk_da_process_error(
int level,
int *error)
{
struct xfs_scrub_context *sc = ds->sc;
struct xfs_scrub *sc = ds->sc;
if (*error == 0)
return true;
@@ -75,7 +75,7 @@ xchk_da_set_corrupt(
struct xchk_da_btree *ds,
int level)
{
struct xfs_scrub_context *sc = ds->sc;
struct xfs_scrub *sc = ds->sc;
sc->sm->sm_flags |= XFS_SCRUB_OFLAG_CORRUPT;
@@ -474,7 +474,7 @@ out_nobuf:
/* Visit all nodes and leaves of a da btree. */
int
xchk_da_btree(
struct xfs_scrub_context *sc,
struct xfs_scrub *sc,
int whichfork,
xchk_da_btree_rec_fn scrub_fn,
void *private)