summary refs log tree commit diff
path: root/fs/xfs/xfs_dquot_item.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-12-13 11:34:07 +1100
committerDave Chinner <david@fromorbit.com>2013-12-13 11:34:07 +1100
commitce8e962939ca12218092f8eb3c8cfb196cd8cc51 (patch)
treef2b1df10b8af7b8c2eed8902733be9187c8b7cb1 /fs/xfs/xfs_dquot_item.h
parent2f251293b09065118d78ae4e883e5639cc22f94e (diff)
downloadlinux-ce8e962939ca12218092f8eb3c8cfb196cd8cc51.tar.gz
xfs: remove the dquot log format from the dquot log item
No need to keep the dquot 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_dquot_item.h')
-rw-r--r--fs/xfs/xfs_dquot_item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot_item.h b/fs/xfs/xfs_dquot_item.h
index 5acae2ada70b..925cbe948c67 100644
--- a/fs/xfs/xfs_dquot_item.h
+++ b/fs/xfs/xfs_dquot_item.h
@@ -27,7 +27,6 @@ typedef struct xfs_dq_logitem {
 	xfs_log_item_t		 qli_item;	   /* common portion */
 	struct xfs_dquot	*qli_dquot;	   /* dquot ptr */
 	xfs_lsn_t		 qli_flush_lsn;	   /* lsn at last flush */
-	xfs_dq_logformat_t	 qli_format;	   /* logged structure */
 } xfs_dq_logitem_t;
 
 typedef struct xfs_qoff_logitem {