Messages in this thread |  | | | From | Andi Kleen <> | | Subject | Re: [PATCH 1/3] HWPOISON: fix action_result() to print out dirty/clean | | Date | Fri, 10 Aug 2012 16:08:10 -0700 |
| |
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> writes:
> action_result() fails to print out "dirty" even if an error occurred on a > dirty pagecache, because when we check PageDirty in action_result() it was > cleared after page isolation even if it's dirty before error handling. This > can break some applications that monitor this message, so should be fixed. > > There are several callers of action_result() except page_action(), but > either of them are not for LRU pages but for free pages or kernel pages, > so we don't have to consider dirty or not for them.
Looks good
Reviewed-by: Andi Kleen <ak@linux.intel.com>
-Andi -- ak@linux.intel.com -- Speaking for myself only
|  |