mm: introduce VM_LOCKONFAULT
[linux-2.6-block.git] / mm / debug.c
index 6c1b3ea61bfddfe4f042a6ef067e53e34f82792b..e784110fb51d1056e28ada2bd5bd26b859e68778 100644 (file)
@@ -125,6 +125,7 @@ static const struct trace_print_flags vmaflags_names[] = {
        {VM_GROWSDOWN,                  "growsdown"     },
        {VM_PFNMAP,                     "pfnmap"        },
        {VM_DENYWRITE,                  "denywrite"     },
+       {VM_LOCKONFAULT,                "lockonfault"   },
        {VM_LOCKED,                     "locked"        },
        {VM_IO,                         "io"            },
        {VM_SEQ_READ,                   "seqread"       },