]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: add sparse inode chunk alignment superblock field
authorBrian Foster <bfoster@redhat.com>
Thu, 28 May 2015 22:54:03 +0000 (08:54 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:03:07 +0000 (09:03 +1000)
commit6bd8b7e12b3f575a046b38af17c06cf4647127d5
tree32e3741e18bd8aac4160761ff384d15a4a0105dd
parentff3263dd0b1df64e57367e1f38449c368ad4b5f8
xfs: add sparse inode chunk alignment superblock field

Add sb_spino_align to the superblock to specify sparse inode chunk
alignment. This also currently represents the minimum allowable sparse
chunk allocation size.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_format.h
libxfs/xfs_sb.c