diff options
Diffstat (limited to 'fs/xfs/xfs_bmap.h')
-rw-r--r-- | fs/xfs/xfs_bmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.h b/fs/xfs/xfs_bmap.h index b68c598034c1..5f469c3516eb 100644 --- a/fs/xfs/xfs_bmap.h +++ b/fs/xfs/xfs_bmap.h | |||
@@ -136,6 +136,10 @@ typedef struct xfs_bmalloca { | |||
136 | char aeof; /* allocated space at eof */ | 136 | char aeof; /* allocated space at eof */ |
137 | char conv; /* overwriting unwritten extents */ | 137 | char conv; /* overwriting unwritten extents */ |
138 | char stack_switch; | 138 | char stack_switch; |
139 | int flags; | ||
140 | struct completion *done; | ||
141 | struct work_struct work; | ||
142 | int result; | ||
139 | } xfs_bmalloca_t; | 143 | } xfs_bmalloca_t; |
140 | 144 | ||
141 | /* | 145 | /* |