]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: only run ascii name checks if unicode name checker
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Apr 2018 15:34:08 +0000 (10:34 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 12 Apr 2018 15:34:08 +0000 (10:34 -0500)
commit55290cfc7c08e92489e9564145596c0b063217b4
treeb1abfbdc95314ddc99afa3d87b7804d8e48b8817
parent99ea301818779ff663599d00610d6cee6a57738c
xfs_scrub: only run ascii name checks if unicode name checker

Skip the ASCII name checks if the Unicode name checker is going to run,
since the latter covers everything that the former does.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/phase5.c