aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_bmap_util.h')
-rw-r--r--fs/xfs/xfs_bmap_util.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/fs/xfs/xfs_bmap_util.h b/fs/xfs/xfs_bmap_util.h
index 075f72232a64..935ed2b24edf 100644
--- a/fs/xfs/xfs_bmap_util.h
+++ b/fs/xfs/xfs_bmap_util.h
@@ -50,13 +50,12 @@ struct xfs_bmalloca {
50 xfs_extlen_t total; /* total blocks needed for xaction */ 50 xfs_extlen_t total; /* total blocks needed for xaction */
51 xfs_extlen_t minlen; /* minimum allocation size (blocks) */ 51 xfs_extlen_t minlen; /* minimum allocation size (blocks) */
52 xfs_extlen_t minleft; /* amount must be left after alloc */ 52 xfs_extlen_t minleft; /* amount must be left after alloc */
53 bool eof; /* set if allocating past last extent */ 53 char eof; /* set if allocating past last extent */
54 bool wasdel; /* replacing a delayed allocation */ 54 char wasdel; /* replacing a delayed allocation */
55 bool userdata;/* set if is user data */ 55 char userdata;/* set if is user data */
56 bool aeof; /* allocated space at eof */ 56 char aeof; /* allocated space at eof */
57 bool conv; /* overwriting unwritten extents */ 57 char conv; /* overwriting unwritten extents */
58 bool stack_switch; 58 char stack_switch;
59 bool kswapd; /* allocation in kswapd context */
60 int flags; 59 int flags;
61 struct completion *done; 60 struct completion *done;
62 struct work_struct work; 61 struct work_struct work;