From: Zhang Yanfei Date: Mon, 7 Apr 2014 22:37:56 +0000 (-0700) Subject: madvise: correct the comment of MADV_DODUMP flag X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=85892f196fd8fb22386436f86f2b74104d7005f8;p=deliverable%2Flinux.git madvise: correct the comment of MADV_DODUMP flag s/MADV_NODUMP/MADV_DONTDUMP/ Signed-off-by: Zhang Yanfei Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/asm-generic/mman-common.h b/include/uapi/asm-generic/mman-common.h index 4164529a94f9..ddc3b36f1046 100644 --- a/include/uapi/asm-generic/mman-common.h +++ b/include/uapi/asm-generic/mman-common.h @@ -50,7 +50,7 @@ #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, overrides the coredump filter bits */ -#define MADV_DODUMP 17 /* Clear the MADV_NODUMP flag */ +#define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag */ /* compatibility flags */ #define MAP_FILE 0