diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-02-08 15:00:01 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-02-08 15:00:01 +1100 |
commit | 244efeafb65ad4d98cd0c9463631e3931d813a6e (patch) | |
tree | 6cf59d5c05745aeee5179bc6c29a1a3cc9f4b5cf /fs/xfs/libxfs/xfs_inode_fork.c | |
parent | 18f1df4e00cea2eae41f3e5515b94d1e7127b2b6 (diff) | |
download | linux-244efeafb65ad4d98cd0c9463631e3931d813a6e.tar.bz2 |
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_fork.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_inode_fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_fork.c b/fs/xfs/libxfs/xfs_inode_fork.c index 0defbd02f62d..ef22a78fb569 100644 --- a/fs/xfs/libxfs/xfs_inode_fork.c +++ b/fs/xfs/libxfs/xfs_inode_fork.c @@ -31,6 +31,7 @@ #include "xfs_error.h" #include "xfs_trace.h" #include "xfs_attr_sf.h" +#include "xfs_da_format.h" kmem_zone_t *xfs_ifork_zone; |