Re: bad_page from quicklist patches

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Paul Jackson <pj@...>
Cc: <linux-kernel@...>, <clameter@...>
Date: Sunday, April 29, 2007 - 4:22 am

On Sun, 29 Apr 2007 01:16:10 -0700 Paul Jackson <pj@sgi.com> wrote:


That should have been fixed in -mm2, by the below:

--- a/include/linux/quicklist.h~quicklists-for-page-table-pages-avoid-useless-virt_to_page-conversion-fix
+++ a/include/linux/quicklist.h
@@ -61,7 +61,7 @@ static inline void __quicklist_free(int 
 	if (unlikely(nid != numa_node_id())) {
 		if (dtor)
 			dtor(p);
-		free_hot_page(page);
+		__free_page(page);
 		return;
 	}
 
_

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
bad_page from quicklist patches, Paul Jackson, (Sun Apr 29, 4:16 am)
Re: bad_page from quicklist patches, Andrew Morton, (Sun Apr 29, 4:22 am)
Re: bad_page from quicklist patches, Paul Jackson, (Sun Apr 29, 4:54 am)
Re: bad_page from quicklist patches, Paul Jackson, (Sun Apr 29, 4:24 am)