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:
Tim Shimmin
2006-06-27 15:34:39 +00:00
parent a90d78c5da
commit 7f15905688
+1
View File
@@ -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;