summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
diff options
context:
space:
mode:
authorDave Chinner2016-10-03 00:56:28 +0200
committerDave Chinner2016-10-03 00:56:28 +0200
commit155cd433b516506df065866f3d974661f6473572 (patch)
treec16fcc875b58c39818377226ba0e5c8e44e6d324 /fs/xfs/libxfs/xfs_bmap.h
parentMerge branch 'iomap-4.9-dax' into for-next (diff)
parentxfs: log recovery tracepoints to track current lsn and buffer submission (diff)
downloadkernel-qcow2-linux-155cd433b516506df065866f3d974661f6473572.tar.gz
kernel-qcow2-linux-155cd433b516506df065866f3d974661f6473572.tar.xz
kernel-qcow2-linux-155cd433b516506df065866f3d974661f6473572.zip
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_bmap.h')
-rw-r--r--fs/xfs/libxfs/xfs_bmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_bmap.h b/fs/xfs/libxfs/xfs_bmap.h
index d66006960fbc..8395f6e8cf7d 100644
--- a/fs/xfs/libxfs/xfs_bmap.h
+++ b/fs/xfs/libxfs/xfs_bmap.h
@@ -54,7 +54,7 @@ struct xfs_bmalloca {
bool wasdel; /* replacing a delayed allocation */
bool aeof; /* allocated space at eof */
bool conv; /* overwriting unwritten extents */
- char userdata;/* userdata mask */
+ int datatype;/* data type being allocated */
int flags;
};