]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64844a4424c731de7b9047b150cd88f676428a21
tree6cf59d5c05745aeee5179bc6c29a1a3cc9f4b5cf
parent412a94ad6a00811310d27b9e585b950d5c4bfca7
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