]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ocfs2/inode.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec...
[mv-sheeva.git] / fs / ocfs2 / inode.h
index e45edca025947f2c0d25db3f9957ca02e3e9e8a1..9f5f5fcadc45b96dd345f76d93c9b4894eb16f0a 100644 (file)
@@ -102,6 +102,8 @@ struct ocfs2_inode_info
 #define OCFS2_INODE_MAYBE_ORPHANED     0x00000020
 /* Does someone have the file open O_DIRECT */
 #define OCFS2_INODE_OPEN_DIRECT                0x00000040
+/* Tell the inode wipe code it's not in orphan dir */
+#define OCFS2_INODE_SKIP_ORPHAN_DIR     0x00000080
 
 static inline struct ocfs2_inode_info *OCFS2_I(struct inode *inode)
 {