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>
This commit is contained in:
Darrick J. Wong
2018-07-19 12:29:12 -07:00
parent b5e2196e9c
commit 1d8a748a8a
25 changed files with 294 additions and 294 deletions

View File

@@ -29,7 +29,7 @@
/* Repair the superblock. */
int
xrep_superblock(
struct xfs_scrub_context *sc)
struct xfs_scrub *sc)
{
struct xfs_mount *mp = sc->mp;
struct xfs_buf *bp;