xfs: move struct xfs_attr_shortform to xfs_da_format.h
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Feb 2016 04:00:01 +0000 (15:00 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 8 Feb 2016 04:00:01 +0000 (15:00 +1100)
commit244efeafb65ad4d98cd0c9463631e3931d813a6e
tree6cf59d5c05745aeee5179bc6c29a1a3cc9f4b5cf
parent18f1df4e00cea2eae41f3e5515b94d1e7127b2b6
xfs: 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: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_attr_sf.h
fs/xfs/libxfs/xfs_da_format.h
fs/xfs/libxfs/xfs_inode_fork.c