mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/044: Remove useless _filter_logprint
xfs/044 has customized _filter_logprint function, but it was never used. So remove it. Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -25,18 +25,6 @@ _supported_os Linux
|
|||||||
|
|
||||||
_require_logdev
|
_require_logdev
|
||||||
|
|
||||||
_filter_logprint()
|
|
||||||
{
|
|
||||||
perl -ne '
|
|
||||||
s/data device: ([\w|\/.-]+)/data device: DDEV/;
|
|
||||||
s/log device: ([\w|\/.-]+) daddr: (\d+) length: (\d+)/log device: LDEV daddr: XXX length: XXX/;
|
|
||||||
s/log file: "([\w|\/.-]+)" daddr: (\d+) length: (\d+)/log device: LDEV daddr: XXX length: XXX/;
|
|
||||||
s/uuid: ([abcdef\d-]+)\s+format: (.+)/uuid: UUID format: FORMAT/;
|
|
||||||
s/skipped (\w+) zeroed blocks/skipped XXX zeroed blocks/;
|
|
||||||
print;
|
|
||||||
'
|
|
||||||
}
|
|
||||||
|
|
||||||
_check_mount()
|
_check_mount()
|
||||||
{
|
{
|
||||||
echo " *** mount (expect success)"
|
echo " *** mount (expect success)"
|
||||||
|
|||||||
Reference in New Issue
Block a user