From: Brian Pomerantz Date: Mon, 2 Apr 2007 06:49:41 +0000 (-0700) Subject: [PATCH] fix page leak during core dump X-Git-Tag: v2.6.21-rc6~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03221702608c60b470fc86a23bdf4bc30e5bd59f;p=pandora-kernel.git [PATCH] fix page leak during core dump When the dump cannot occur most likely because of a full file system and the page to be written is the zero page, the call to page_cache_release() is missed. Signed-off-by: Brian Pomerantz Cc: Hugh Dickins Cc: Nick Piggin Cc: David Howells Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed