]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - tests/filter.sed
libext2fs: unix_io: fix_potential error path deadlock in flush_cached_blocks()
[thirdparty/e2fsprogs.git] / tests / filter.sed
CommitLineData
e7d84826
TT
1/^debugfs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
2/^dumpe2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
3/^e2fsck [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
4/^mke2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
5/^resize2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
6/^tune2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
7/^e2image [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
f9fd342e
AD
8s/\\015//g
9/automatically checked/d
10/^Directory Hash Seed:/d
11/Discarding device blocks/d
89e9fc4d 12/^Filesystem created:/d
f77704e4 13/^Filesystem flags:/d
f9fd342e
AD
14/^Filesystem UUID:/d
15/^JFS DEBUG:/d
89e9fc4d
TT
16/^Last write time:/d
17/^Last mount time:/d
18/^Last checked:/d
9af62fde 19/^Lifetime writes:/d
f9fd342e
AD
20/^Maximum mount count:/d
21/^Next check after:/d
210baa5d 22/^Suggestion:/d
13f1ce96 23/security.selinux/d
484ae818
TT
24/Reserved blocks uid:/s/ (user .*)//
25/Reserved blocks gid:/s/ (group .*)//
f9fd342e 26/whichever comes first/d
b89fc30d 27/^ Checksum /d
492084ff
DW
28s/, csum 0x\([0-9a-f]*\)//g
29s/ csum 0x\([0-9a-f]*\)//g
77905d71 30/^Checksum:/d
b7454eb8
AD
31s/while trying to open [^ ]*/while trying to open test.img/
32s/he filesystem on [^ ]* /he filesystem on test.img /
33s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /
34s/MMP block [0-9]* from [^ ]*/MMP block from test.img/
35s/safe to mount '.*', MMP/safe to mount 'test.img', MMP/
36s/mmp_device_name: .*/mmp_device_name: test.img/
37s/mmp_node_name: .*/mmp_node_name: test_node/
38s/mmp_update_date: .*/mmp_update_date: test date/
39s/mmp_update_time: .*/mmp_update_time: test_time/
40s/MMP last updated by '.*' on .*/MMP last updated by 'test_node' on test date/
6b430d60 41s/MMP update by '.*' at .*/MMP last updated by 'test_node' on test date/