From 7f15905688e25a6b55f96572805774ef0db3a2f6 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Tue, 27 Jun 2006 15:34:39 +0000 Subject: [PATCH] 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. --- common.log | 1 + 1 file changed, 1 insertion(+) diff --git a/common.log b/common.log index 8341df82..9aca38b4 100644 --- a/common.log +++ b/common.log @@ -111,6 +111,7 @@ _filter_logprint() s/blkno: [0-9][0-9]*/blkno: /g; s/boff: [0-9][0-9]*/boff: /g; s/len: *[0-9][0-9]*/len:/g; + /BUF:/s/[ ]*flags:.*$//; /zeroed blocks/s/[0-9][0-9]*//g; /cleared blocks/d; /log tail/s/[0-9][0-9]*//g; -- 2.39.5