Fix xfs_db filter for attrs so test 021 output is as before.

This commit is contained in:
fsgqa
2004-01-29 23:20:35 +00:00
parent 62f10f75b7
commit 11ba65eb5b
+1 -1
View File
@@ -146,10 +146,10 @@ echo "*** dump attributes (2)"
xfs_db -r -c "inode $inum_2" -c "a a.bmx[0].startblock" -c print $SCRATCH_DEV \
| perl -ne '
s/root,secure,local/root,local/;
s/^(hdr.firstused =) (\d+)/\1 FIRSTUSED/;
s/^(hdr.freemap\[0-2] = \[base,size]).*/\1 [FREEMAP..]/;
s/^(entries\[0-2] = \[hashval,nameidx,incomplete,root,local]).*/\1 [ENTRIES..]/;
s/^(entries\[0-2] = \[hashval,nameidx,incomplete,root,secure,local]).*/\1 [ENTRIES..]/;
print;'
echo "*** done"