]> Pileus Git - ~andy/linux/commit
mm, hwpoison: release page on PageHWPoison() in __do_fault()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 25 Feb 2014 23:01:39 +0000 (15:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 Feb 2014 23:25:42 +0000 (15:25 -0800)
commit33b6c7765f0c20da9d61246a095acad0f98a1da5
tree6fda4a7fa27dc5301d451b159e6c2ae990d61fb2
parent7472e009a3f1e8b80c65aefd51716afc2e3bab8a
mm, hwpoison: release page on PageHWPoison() in __do_fault()

It seems we forget to release page after detecting HW error.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Rik van Riel <riel@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Matthew Wilcox <matthew.r.wilcox@intel.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c