diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-19 22:29:11 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-23 19:08:00 +0300 |
commit | b5e2196e9c7217387bab2ab4231ad9f4585f55c5 (patch) | |
tree | 631acbe348c1f3bc7d83918e8e7c5eb07dbc4be7 /fs/xfs/scrub/agheader_repair.c | |
parent | c517b3aa02cff1dd688aa783b748e06c8aee1285 (diff) | |
download | linux-b5e2196e9c7217387bab2ab4231ad9f4585f55c5.tar.xz |
xfs: shorten xfs_repair_ prefix to xrep_
Shorten all the metadata repair xfs_repair_* symbols to xrep_.
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>
Diffstat (limited to 'fs/xfs/scrub/agheader_repair.c')
-rw-r--r-- | fs/xfs/scrub/agheader_repair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/agheader_repair.c b/fs/xfs/scrub/agheader_repair.c index 117eedac53df..631940f3ca4d 100644 --- a/fs/xfs/scrub/agheader_repair.c +++ b/fs/xfs/scrub/agheader_repair.c @@ -28,7 +28,7 @@ /* Repair the superblock. */ int -xfs_repair_superblock( +xrep_superblock( struct xfs_scrub_context *sc) { struct xfs_mount *mp = sc->mp; |