From: "H. Peter Anvin" <hpa@xxxxxxxxx> Presumably this was a flag that was intended to have been created at some point, but never was. There are no other references to it anywhere in the source tree. Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx> --- include/linux/fiemap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/fiemap.h b/include/linux/fiemap.h index d830747..645ef70 100644 --- a/include/linux/fiemap.h +++ b/include/linux/fiemap.h @@ -49,8 +49,7 @@ struct fiemap { * Sets EXTENT_UNKNOWN. */ #define FIEMAP_EXTENT_ENCODED 0x00000008 /* Data can not be read * while fs is unmounted */ -#define FIEMAP_EXTENT_DATA_ENCRYPTED 0x00000080 /* Data is encrypted by fs. - * Sets EXTENT_NO_BYPASS. */ +#define FIEMAP_EXTENT_DATA_ENCRYPTED 0x00000080 /* Data is encrypted by fs.*/ #define FIEMAP_EXTENT_NOT_ALIGNED 0x00000100 /* Extent offsets may not be * block aligned. */ #define FIEMAP_EXTENT_DATA_INLINE 0x00000200 /* Data mixed with metadata. -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html