Subject: [merged] madvise-correct-the-comment-of-madv_dodump-flag.patch removed from -mm tree To: zhangyanfei@xxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 08 Apr 2014 13:59:09 -0700 The patch titled Subject: madvise: correct the comment of MADV_DODUMP flag has been removed from the -mm tree. Its filename was madvise-correct-the-comment-of-madv_dodump-flag.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Zhang Yanfei <zhangyanfei@xxxxxxxxxxxxxx> Subject: madvise: correct the comment of MADV_DODUMP flag s/MADV_NODUMP/MADV_DONTDUMP/ Signed-off-by: Zhang Yanfei <zhangyanfei@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/asm-generic/mman-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/uapi/asm-generic/mman-common.h~madvise-correct-the-comment-of-madv_dodump-flag include/uapi/asm-generic/mman-common.h --- a/include/uapi/asm-generic/mman-common.h~madvise-correct-the-comment-of-madv_dodump-flag +++ a/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 _ Patches currently in -mm which might be from zhangyanfei@xxxxxxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html