f2fs: introduce FAULT_NO_SEGMENT
[linux-2.6-microblaze.git] / fs / f2fs / f2fs.h
index 4ce48db..f1ec1a5 100644 (file)
@@ -62,6 +62,7 @@ enum {
        FAULT_LOCK_OP,
        FAULT_BLKADDR_VALIDITY,
        FAULT_BLKADDR_CONSISTENCE,
+       FAULT_NO_SEGMENT,
        FAULT_MAX,
 };