diff options
| author | Dave Chinner <[email protected]> | 2013-08-12 10:49:37 +0000 |
|---|---|---|
| committer | Ben Myers <[email protected]> | 2013-08-12 21:40:57 +0000 |
| commit | 2b9ab5ab9c4a1f16f11ad883bfd21d5eb55e5bcc (patch) | |
| tree | 1b55a17209cfde971a8bfca70d14cc2c937e8fbe /fs/xfs/xfs_dir2_node.c | |
| parent | xfs: move getdents code into it's own file (diff) | |
| download | kernel-2b9ab5ab9c4a1f16f11ad883bfd21d5eb55e5bcc.tar.gz kernel-2b9ab5ab9c4a1f16f11ad883bfd21d5eb55e5bcc.zip | |
xfs: reshuffle dir2 definitions around for userspace
Many of the definitions within xfs_dir2_priv.h are needed in
userspace outside libxfs. Definitions within xfs_dir2_priv.h are
wholly contained within libxfs, so we need to shuffle some of the
definitions around to keep consistency across files shared between
user and kernel space.
Signed-off-by: Dave Chinner <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Mark Tinguely <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_dir2_node.c')
| -rw-r--r-- | fs/xfs/xfs_dir2_node.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c index 2226a00acd15..b4bd9b6e93f9 100644 --- a/fs/xfs/xfs_dir2_node.c +++ b/fs/xfs/xfs_dir2_node.c @@ -30,6 +30,7 @@ #include "xfs_inode.h" #include "xfs_bmap.h" #include "xfs_dir2_format.h" +#include "xfs_dir2.h" #include "xfs_dir2_priv.h" #include "xfs_error.h" #include "xfs_trace.h" |
