On Thu, Dec 08, 2005 at 03:58:46PM +0200, Pekka Enberg wrote:
Hi Christoph,
On 12/8/05, Christoph Hellwig [off-list ref] wrote:
quoted
One way to work around that would be to detect kmalloced pages and use
a slowpath for that. The major issues with that is that we don't have a
reliable way to detect if a given struct page comes from the slab allocator
or not.
Why doesn't PageSlab work for you?
When I looked last time it was a noop without slab debugging enabled,
but that's not the case in current mainline anymore.
If the VM people agree with that usage we could at least use it to fall
back to slow-path. Even better would be to require normal pages, though.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>