filter out parent output for mkfs

Merge of master-melb:xfs-cmds:24451a by kenmcd.

  filter out parent output for mkfs - since exists on IRIX but not Linux yet
This commit is contained in:
Tim Shimmin
2005-11-16 02:49:46 +00:00
parent 021e041f6d
commit a2233efb9d
+2 -1
View File
@@ -65,7 +65,8 @@ _mkfs_filter()
-e 's/, lazy-count.*//' \
-e '/inode-paths/d' \
-e 's/\(log[ ]*=\).*bsize/\1LOG bsize/' \
-e 's/ *$//'
-e 's/ *$//' \
| grep -v parent
}
# real QA test starts here