]> www.infradead.org Git - users/hch/xfsprogs.git/commit
db: support sparse inode chunk inobt record and sb fields
authorBrian Foster <bfoster@redhat.com>
Tue, 23 Jun 2015 05:08:43 +0000 (15:08 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 23 Jun 2015 05:08:43 +0000 (15:08 +1000)
commit71bdfea11c76e98183ba933c6ef66259e4fe327a
treee7e4355d210ecdeea1e6af09ffa0e3e2a9b4d5de
parent46141c7ae984acf57d4d09c7921dcaa2ece4f342
db: support sparse inode chunk inobt record and sb fields

The sparse inode feature uses a different on-disk inobt record format.
Define the new record format in the xfs_db type infrastructure and use
this definition for fs' that support sparse inodes.

Also update the superblock type structure with the sb_spino_align field.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/btblock.c
db/btblock.h
db/field.c
db/field.h
db/init.c
db/sb.c
db/type.c
db/type.h