From: Catherine Hoang Date: Thu, 7 Oct 2021 00:26:39 +0000 (+0000) Subject: fstests: rename _test_inject_logprint to _test_remount_dump_log X-Git-Tag: v2022.05.01~209 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d888261aa0e6c880d136b5298e13bb8b86c37268;p=xfstests-dev.git fstests: rename _test_inject_logprint to _test_remount_dump_log 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 Reviewed-by: Allison Henderson Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/common/inject b/common/inject index 3b731df7..b5334d4a 100644 --- a/common/inject +++ b/common/inject @@ -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"