]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: move struct xfs_attr_shortform to xfs_da_format.h
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 4 Feb 2016 21:40:17 +0000 (08:40 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:40:17 +0000 (08:40 +1100)
commit9a5fc886e7bd2e0577f3290a07ac81146f0479c8
tree27a40c3794fe6b59b9107a0f35054db70f5fb1be
parent6a9a085e3b4f23ea0d136173f50ca3bb6d1f57d3
libxfs: move struct xfs_attr_shortform to xfs_da_format.h

Move the shortform attr structure definition to the same place as the
other attribute structure definitions for consistency and also so that
xfs/122 verifies the structure size.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_attr_sf.h
libxfs/xfs_da_format.h
libxfs/xfs_inode_fork.c