ocfs2: do not include dio entry in case of orphan scan
[linux-2.6-block.git] / fs / ocfs2 / namei.h
index e173329eb83057ed6ce74c769c3dd3f769e08b24..1155918d6784fe59dcdefa948b2db0d5f53e11f3 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef OCFS2_NAMEI_H
 #define OCFS2_NAMEI_H
 
+#define OCFS2_DIO_ORPHAN_PREFIX "dio-"
+#define OCFS2_DIO_ORPHAN_PREFIX_LEN 4
+
 extern const struct inode_operations ocfs2_dir_iops;
 
 struct dentry *ocfs2_get_parent(struct dentry *child);