commit | c517b3aa02cff1dd688aa783b748e06c8aee1285 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 19 12:29:11 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 23 09:08:00 2018 -0700 |
tree | 7e3f36ea1459d8e4065bcb10de4ddeafe58cf00b | |
parent | ef97ef26d263fb65f0c7446a10cf93201dc0388c [diff] |
xfs: shorten xfs_scrub_ prefix Shorten all the metadata checking xfs_scrub_ prefixes to xchk_. After this, the only xfs_scrub* symbols are the ones that pertain to both scrub and repair. Whitespace damage will be fixed in 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>