[PATCH] fix for prune_icache()/forced final iput() races
[safe/jmp/linux-2.6] / include / linux / fs.h
index e5a8db0..3622e95 100644 (file)
@@ -1025,6 +1025,7 @@ struct super_operations {
 #define I_FREEING              16
 #define I_CLEAR                        32
 #define I_NEW                  64
+#define I_WILL_FREE            128
 
 #define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)