Re: [PATCH 2.6.11] AIO panic on PPC64 caused by is_hugepage_only_range()

2005-03-22 Thread David Gibson
On Tue, Mar 22, 2005 at 11:24:34AM -0800, Daniel McNeil wrote: > On Mon, 2005-03-21 at 18:41, Andrew Morton wrote: > > Did we fix this yet? > > > > Here's a patch against 2.6.11 that fixes the problem. > It changes is_hugepage_only_range() to take mm as an argument > and then changes the places t

[PATCH 2.6.11] AIO panic on PPC64 caused by is_hugepage_only_range()

2005-03-22 Thread Daniel McNeil
On Mon, 2005-03-21 at 18:41, Andrew Morton wrote: > Did we fix this yet? > Here's a patch against 2.6.11 that fixes the problem. It changes is_hugepage_only_range() to take mm as an argument and then changes the places that call it to pass 'mm'. It includes a change for ia64 which has not been co