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:
Yang Xu
2020-02-20 15:58:48 +08:00
committed by Eryu Guan
parent 8bdc8932fd
commit cecafe158f
-12
View File
@@ -25,18 +25,6 @@ _supported_os Linux
_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()
{
echo " *** mount (expect success)"