diff options
author | Christoph Hellwig <hch@lst.de> | 2014-11-28 06:24:06 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-11-28 06:24:06 +0300 |
commit | 6d3ebaae7c20128bfa6965a8d5cee0d1deea8486 (patch) | |
tree | e5f11025b5654334af070e646077b56979d75aca /fs/xfs/libxfs/xfs_sb.c | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f (diff) | |
download | linux-6d3ebaae7c20128bfa6965a8d5cee0d1deea8486.tar.xz |
xfs: merge xfs_dinode.h into xfs_format.h
More consolidatation for the on-disk format defintions. Note that the
XFS_IS_REALTIME_INODE moves to xfs_linux.h instead as it is not related
to the on disk format, but depends on a CONFIG_ option.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_sb.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_sb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_sb.c b/fs/xfs/libxfs/xfs_sb.c index 5f902fa7913f..1eed4361aa1e 100644 --- a/fs/xfs/libxfs/xfs_sb.c +++ b/fs/xfs/libxfs/xfs_sb.c @@ -33,7 +33,6 @@ #include "xfs_cksum.h" #include "xfs_trans.h" #include "xfs_buf_item.h" -#include "xfs_dinode.h" #include "xfs_bmap_btree.h" #include "xfs_alloc_btree.h" #include "xfs_ialloc_btree.h" |