]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: reclassify runtime errors
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 12 Feb 2018 21:47:52 +0000 (15:47 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 12 Feb 2018 21:47:52 +0000 (15:47 -0600)
commit82377bde20e9d52b167d8517d68423ccf47a9ebc
tree9cda5b5810ca978059c22657ce324294755ff7fd
parent1df93c8d953fd736cbc6f4b62399cd5a1ab1fcc0
xfs_scrub: reclassify runtime errors

If the program encounters runtime errors, these should be noted as
information.  Because these errors abort the execution flow (which is
counted as a runtime error), we need only call str_info to log the
event.

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/fscounters.c
scrub/inodes.c
scrub/phase1.c
scrub/phase2.c
scrub/phase3.c
scrub/phase6.c
scrub/read_verify.c
scrub/scrub.c
scrub/spacemap.c
scrub/vfs.c