Make test 081 work with external log/rt devices too.

Merge of master-melb:xfs-cmds:26376a by kenmcd.
This commit is contained in:
Nathan Scott
2006-06-29 15:33:01 +00:00
parent 3a588d7a6e
commit 422b6d5a86
2 changed files with 202 additions and 202 deletions
+200 -200
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -107,8 +107,8 @@ _filter_logprint()
s/q:0x[0-9a-f][0-9a-f]*/q:<Q>/;
s/a:0x[0-9a-f][0-9a-f]*/a:<A>/g;
s/blkno:0x[0-9a-f][0-9a-f]*/blkno:<BLKNO>/g;
s/blkno: [0-9][0-9]* (0x[0-9a-f]*)/blkno: <BLKNO> (<BLKNO>)/g;
s/blkno: [0-9][0-9]*/blkno: <BLKNO>/g;
s/blkno: *[0-9][0-9]* (0x[0-9a-f]*)/blkno: <BLKNO> (<BLKNO>)/g;
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:.*$//;