Update xfs_io filter to exclude some additional output being added shortly.

This commit is contained in:
Nathan Scott
2003-11-27 22:08:54 +00:00
parent 86258bd031
commit 8eca8edc9f
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_filter_io()
{
sed -e "s/$dbsize/1FSB/g"
sed -e "s/$dbsize/1FSB/g" -e '/^----.*/d'
}
_filter_off()