aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-12-13 11:34:05 +1100
committerDave Chinner <david@fromorbit.com>2013-12-13 11:34:05 +1100
commit2f251293b09065118d78ae4e883e5639cc22f94e (patch)
tree16d88b21ca7aeec77a1e3ab9aadb0d837c8b111d /fs/xfs/xfs_inode_item.h
parentxfs: format logged extents directly into the CIL (diff)
downloadlinux-dev-2f251293b09065118d78ae4e883e5639cc22f94e.tar.xz
linux-dev-2f251293b09065118d78ae4e883e5639cc22f94e.zip
xfs: remove the inode log format from the inode log item
No need to keep the inode log format around all the time, we can easily generate it at iop_format time. 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/xfs_inode_item.h')
-rw-r--r--fs/xfs/xfs_inode_item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_item.h b/fs/xfs/xfs_inode_item.h
index 29b5f2b6533a..488d81254e28 100644
--- a/fs/xfs/xfs_inode_item.h
+++ b/fs/xfs/xfs_inode_item.h
@@ -34,7 +34,6 @@ typedef struct xfs_inode_log_item {
unsigned short ili_logged; /* flushed logged data */
unsigned int ili_last_fields; /* fields when flushed */
unsigned int ili_fields; /* fields to be logged */
- xfs_inode_log_format_t ili_format; /* logged structure */
} xfs_inode_log_item_t;
static inline int xfs_inode_clean(xfs_inode_t *ip)