]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: update field printing for dir crc format changes.
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:25:57 +0000 (10:25 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 6 Aug 2013 20:41:04 +0000 (15:41 -0500)
commita364668b8d9cf90c3e623712d72bfe99f1691869
treeab962a5c28cebca385c4fd3e2b9b35a9e4130986
parent9d0deb45e932ae5a2841bd533b3b6a2ddcc31e40
xfs_db: update field printing for dir crc format changes.

Note that this also requires changing the type parsing to only
allow dir3 data block parsing on CRC enabled filesystems. This is
slighly more complex than it needs to be  because of the way the
type table is walked and the assumption that all the entries are in
type number order.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
db/dir2.c
db/dir2.h
db/field.c
db/field.h
db/type.c