]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: rename _test_inject_logprint to _test_remount_dump_log
authorCatherine Hoang <catherine.hoang@oracle.com>
Thu, 7 Oct 2021 00:26:39 +0000 (00:26 +0000)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Oct 2021 14:44:14 +0000 (22:44 +0800)
Rename _test_inject_logprint to _test_remount_dump_log to better
describe what this function does. _test_remount_dump_log unmounts
and remounts the test device, dumping the log.

Signed-off-by: Catherine Hoang <catherine.hoang@oracle.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/inject

index 3b731df74ad05174c556a07c999f94f9fdd86128..b5334d4a9e7b26996b40efecbd0e509f5c277afe 100644 (file)
@@ -126,7 +126,7 @@ _scratch_remount_dump_log()
 }
 
 # Unmount and remount the test device, dumping the log
-_test_inject_logprint()
+_test_remount_dump_log()
 {
        local opts="$1"