summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_sf.h
Commit message (Collapse)AuthorAgeFilesLines
* xfs: move struct xfs_attr_shortform to xfs_da_format.hDarrick J. Wong2016-02-081-16/+0Star
| | | | | | | | | | | | 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>
* libxfs: move header filesDave Chinner2014-06-251-0/+70
Move all the header files that are shared with userspace into libxfs. This is done as one big chunk simpy to get it done quickly. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>