diff options
Diffstat (limited to 'fs/xfs/xfs_bmap.h')
-rw-r--r-- | fs/xfs/xfs_bmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.h b/fs/xfs/xfs_bmap.h index 1cf1292d29b7..314dca1775dc 100644 --- a/fs/xfs/xfs_bmap.h +++ b/fs/xfs/xfs_bmap.h @@ -137,9 +137,11 @@ typedef struct xfs_bmalloca { char conv; /* overwriting unwritten extents */ char stack_switch; int flags; +#ifdef __KERNEL__ struct completion *done; struct work_struct work; int result; +#endif /* __KERNEL__ */ } xfs_bmalloca_t; /* |