diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_bmap.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_bmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_bmap.h b/fs/xfs/libxfs/xfs_bmap.h index 75586d56f7a5..4dc7d1a02b35 100644 --- a/fs/xfs/libxfs/xfs_bmap.h +++ b/fs/xfs/libxfs/xfs_bmap.h | |||
@@ -107,8 +107,6 @@ struct xfs_extent_free_item | |||
107 | /* Do not update the rmap btree. Used for reconstructing bmbt from rmapbt. */ | 107 | /* Do not update the rmap btree. Used for reconstructing bmbt from rmapbt. */ |
108 | #define XFS_BMAPI_NORMAP 0x2000 | 108 | #define XFS_BMAPI_NORMAP 0x2000 |
109 | 109 | ||
110 | #define XFS_BMAPI_REVALRANGE 0x4000 | ||
111 | |||
112 | #define XFS_BMAPI_FLAGS \ | 110 | #define XFS_BMAPI_FLAGS \ |
113 | { XFS_BMAPI_ENTIRE, "ENTIRE" }, \ | 111 | { XFS_BMAPI_ENTIRE, "ENTIRE" }, \ |
114 | { XFS_BMAPI_METADATA, "METADATA" }, \ | 112 | { XFS_BMAPI_METADATA, "METADATA" }, \ |