]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
filter out in the logprint filter, the new flags field that I added
authorTim Shimmin <tes@sgi.com>
Tue, 27 Jun 2006 15:34:39 +0000 (15:34 +0000)
committerTim Shimmin <tes@sgi.com>
Tue, 27 Jun 2006 15:34:39 +0000 (15:34 +0000)
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.

common.log

index 8341df821305508bee30d272d51a7257ea64d387..9aca38b43af21877c1942396058e4dfd156e9013 100644 (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;