[Fwd: [Ocfs2-devel] [PATCH 1/2] fiemap: Add new extent flag FIEMAP_EXTENT_SHARED]

From: Sunil Mushran
Date: Tue Dec 15 2009 - 13:33:37 EST


Andrew / Christoph / Al,

Please could I get an Ack for this patch. It adds a FIEMAP flag
to denote shared extents.

Thanks
Sunil
--- Begin Message --- Patch adds flag FIEMAP_EXTENT_SHARED to denote extents that are
shared with other inodes.

Signed-off-by: Sunil Mushran <sunil.mushran@xxxxxxxxxx>
Acked-by: Mark Fasheh <mfasheh@xxxxxxxx>
---
include/linux/fiemap.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/fiemap.h b/include/linux/fiemap.h
index 934e22d..d830747 100644
--- a/include/linux/fiemap.h
+++ b/include/linux/fiemap.h
@@ -62,5 +62,7 @@ struct fiemap {
#define FIEMAP_EXTENT_MERGED 0x00001000 /* File does not natively
* support extents. Result
* merged for efficiency. */
+#define FIEMAP_EXTENT_SHARED 0x00002000 /* Space shared with other
+ * files. */

#endif /* _LINUX_FIEMAP_H */
--
1.5.6.5


_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@xxxxxxxxxxxxxx
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

--- End Message ---