diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-09-18 16:41:02 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 22:15:06 -0400 |
commit | c315c90b7d530d1ec3c226052e153b0cffa512c8 (patch) | |
tree | d2b258ca4dba17f40cc2ea0d6a43a3ac79062299 /fs/xfs/xfs_bmap.h | |
parent | e0c3da5d89dc1aeef2275a8b751231e147603f0f (diff) |
xfs: move logflags into bmalloca
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_bmap.h')
-rw-r--r-- | fs/xfs/xfs_bmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.h b/fs/xfs/xfs_bmap.h index c2d9e1ef4ba3..243e212b31f6 100644 --- a/fs/xfs/xfs_bmap.h +++ b/fs/xfs/xfs_bmap.h | |||
@@ -123,6 +123,7 @@ typedef struct xfs_bmalloca { | |||
123 | struct xfs_btree_cur *cur; /* btree cursor */ | 123 | struct xfs_btree_cur *cur; /* btree cursor */ |
124 | xfs_extnum_t idx; /* current extent index */ | 124 | xfs_extnum_t idx; /* current extent index */ |
125 | int nallocs;/* number of extents alloc'd */ | 125 | int nallocs;/* number of extents alloc'd */ |
126 | int logflags;/* flags for transaction logging */ | ||
126 | 127 | ||
127 | xfs_extlen_t total; /* total blocks needed for xaction */ | 128 | xfs_extlen_t total; /* total blocks needed for xaction */ |
128 | xfs_extlen_t minlen; /* minimum allocation size (blocks) */ | 129 | xfs_extlen_t minlen; /* minimum allocation size (blocks) */ |