Re: [PATCH] mm: Add error check after call to rmap_walk in the function page_referenced

2015-06-26 Thread Dominik Dingel
On Fri, 26 Jun 2015 10:47:39 -0400 nick wrote: > > > On 2015-06-26 09:56 AM, Dominik Dingel wrote: > > On Thu, 25 Jun 2015 21:36:37 -0400 > > Nicholas Krause wrote: > > > >> This adds a return check after the call to the function rmap_walk > >> in the function page_referenced as this function

Re: [PATCH] mm: Add error check after call to rmap_walk in the function page_referenced

2015-06-26 Thread Dominik Dingel
On Thu, 25 Jun 2015 21:36:37 -0400 Nicholas Krause wrote: > This adds a return check after the call to the function rmap_walk > in the function page_referenced as this function call can fail > and thus should signal callers of page_referenced if this happens > by returning the SWAP macro return v