linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfs, doc: Remove reference to nonexistent FIEMAP_EXTENT_NO_BYPASS
@ 2012-06-24 14:32 H. Peter Anvin
  0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2012-06-24 14:32 UTC (permalink / raw)
  To: Al Viro, linux-fsdevel, linux-kernel; +Cc: H. Peter Anvin

From: "H. Peter Anvin" <hpa@zytor.com>

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@zytor.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-24 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 14:32 [PATCH] vfs, doc: Remove reference to nonexistent FIEMAP_EXTENT_NO_BYPASS H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).