f2fs: inject ENOSPC failures
[deliverable/linux.git] / fs / f2fs / super.c
index 986d0da84e016b29087ad7250035b80f1221159e..87654f48c55d6eaa64bf155db0b417ee6e9d4cd1 100644 (file)
@@ -46,6 +46,10 @@ atomic_t f2fs_ops;
 char *fault_name[FAULT_MAX] = {
        [FAULT_KMALLOC]         = "kmalloc",
        [FAULT_PAGE_ALLOC]      = "page alloc",
+       [FAULT_ALLOC_NID]       = "alloc nid",
+       [FAULT_ORPHAN]          = "orphan",
+       [FAULT_BLOCK]           = "no more block",
+       [FAULT_DIR_DEPTH]       = "too big dir depth",
 };
 #endif
 
This page took 0.023737 seconds and 5 git commands to generate.