HWPOISON: Remove retry loop for try_to_unmap
authorAndi Kleen <ak@linux.intel.com>
Mon, 27 Sep 2010 21:39:30 +0000 (23:39 +0200)
committerAndi Kleen <ak@linux.intel.com>
Fri, 8 Oct 2010 07:33:01 +0000 (09:33 +0200)
We don't reply in other temporary failure cases and there were no
reports of replies happening. I think the original reason it was
added was also just an early bug, not an observation of the race.

So remove the loop for now, but keep a warning message.

Signed-off-by: Andi Kleen <ak@linux.intel.com>

No differences found