aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_format.h
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2014-11-28 14:24:06 +1100
committerGravatar Dave Chinner <david@fromorbit.com> 2014-11-28 14:24:06 +1100
commit6d3ebaae7c20128bfa6965a8d5cee0d1deea8486 (patch)
treee5f11025b5654334af070e646077b56979d75aca /fs/xfs/libxfs/xfs_log_format.h
parentLinux 3.18-rc2 (diff)
downloadlinux-6d3ebaae7c20128bfa6965a8d5cee0d1deea8486.tar.gz
linux-6d3ebaae7c20128bfa6965a8d5cee0d1deea8486.tar.bz2
linux-6d3ebaae7c20128bfa6965a8d5cee0d1deea8486.zip
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_log_format.h')
-rw-r--r--fs/xfs/libxfs/xfs_log_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_log_format.h b/fs/xfs/libxfs/xfs_log_format.h
index aff12f2d4428..265314690415 100644
--- a/fs/xfs/libxfs/xfs_log_format.h
+++ b/fs/xfs/libxfs/xfs_log_format.h
@@ -361,7 +361,7 @@ typedef struct xfs_ictimestamp {
/*
* NOTE: This structure must be kept identical to struct xfs_dinode
- * in xfs_dinode.h except for the endianness annotations.
+ * except for the endianness annotations.
*/
typedef struct xfs_icdinode {
__uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */