mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
filter out in the logprint filter, the new flags field that I added
for buf items - it's not useful for checking it generally. Merge of master-melb:xfs-cmds:26358a by kenmcd. filter out in the logprint filter, the new flags field that I added for buf items - it's not useful for checking it generally.
This commit is contained in:
@@ -111,6 +111,7 @@ _filter_logprint()
|
||||
s/blkno: [0-9][0-9]*/blkno: <BLKNO>/g;
|
||||
s/boff: [0-9][0-9]*/boff: <BOFF>/g;
|
||||
s/len: *[0-9][0-9]*/len:<LEN>/g;
|
||||
/BUF:/s/[ ]*flags:.*$//;
|
||||
/zeroed blocks/s/[0-9][0-9]*/<COUNT>/g;
|
||||
/cleared blocks/d;
|
||||
/log tail/s/[0-9][0-9]*/<COUNT>/g;
|
||||
|
||||
Reference in New Issue
Block a user