commit | a08c80ebb621a6dc277c91e029acb725f2f20254 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Mon Sep 27 23:39:30 2010 +0200 |
committer | Andi Kleen <ak@linux.intel.com> | Fri Oct 08 09:33:01 2010 +0200 |
tree | cfd43f8deaed341e81623b693579e51c09809dc1 | |
parent | 9033ae16407f46ae06f559f9374281f6e9d89efc [diff] |
HWPOISON: Remove retry loop for try_to_unmap 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>