diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-12-13 04:34:08 +0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2013-12-13 04:34:08 +0400 |
commit | ffda4e83aa107ff55345dc583efdb24fca486fb5 (patch) | |
tree | 96b2db20b7e5388375c3dacfaa37cb733bed2534 /fs/xfs/xfs_dquot_item.h | |
parent | ce8e962939ca12218092f8eb3c8cfb196cd8cc51 (diff) | |
download | linux-ffda4e83aa107ff55345dc583efdb24fca486fb5.tar.xz |
xfs: remove the quotaoff log format from the quotaoff log item
This one doesn't save a whole lot of memory, but still makes the
code simpler.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot_item.h b/fs/xfs/xfs_dquot_item.h index 925cbe948c67..502e9464634a 100644 --- a/fs/xfs/xfs_dquot_item.h +++ b/fs/xfs/xfs_dquot_item.h @@ -32,7 +32,7 @@ typedef struct xfs_dq_logitem { typedef struct xfs_qoff_logitem { xfs_log_item_t qql_item; /* common portion */ struct xfs_qoff_logitem *qql_start_lip; /* qoff-start logitem, if any */ - xfs_qoff_logformat_t qql_format; /* logged structure */ + unsigned int qql_flags; } xfs_qoff_logitem_t; |