[PATCH] vfs, doc: Remove reference to nonexistent FIEMAP_EXTENT_NO_BYPASS

From: H. Peter Anvin
Date: Sun Jun 24 2012 - 10:32:18 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/