]> 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>
Tue, 23 Jun 2015 05:06:47 +0000 (15:06 +1000)
commit8fb67ff4a3ef924f135df2cca32d10cca3d54f07
treebb0cebe564e6a78559c4f52d1e7a982d4081081f
parentf4bc3610bb5cdbe8311abdf8f8fca6a3aab6d4ea
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