diff options
| author | Christoph Hellwig <hch@infradead.org> | 2013-12-13 11:34:05 +1100 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2013-12-13 11:34:05 +1100 |
| commit | 2f251293b09065118d78ae4e883e5639cc22f94e (patch) | |
| tree | 16d88b21ca7aeec77a1e3ab9aadb0d837c8b111d /fs/xfs/xfs_inode_item.h | |
| parent | da7765031de15273d370d18a5354e1d8001ce2a9 (diff) | |
| download | linux-2f251293b09065118d78ae4e883e5639cc22f94e.tar.gz linux-2f251293b09065118d78ae4e883e5639cc22f94e.tar.bz2 linux-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.h | 1 |
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) |
