Re: Avoiding external fragmentation with a placement policy Version12

From: Andi Kleen
Date: Thu Jun 02 2005 - 13:29:37 EST


"Martin J. Bligh" <mbligh@xxxxxxxxxx> writes:

> It gets very messy when CIFS requires a large buffer to write back
> to disk in order to free memory ...

How about just fixing CIFS to submit memory page by page? The network
stack below it supports that just fine and the VFS above it does anyways,
so it doesnt make much sense that CIFS sitting below them uses
larger buffers.

> There's one example ... we can probably work around it if we try hard
> enough. However, the fundamental question becomes "do we support higher
> order allocs, or not?". If not fine ... but we ought to quit pretending
> we do. If so, then we need to make them more reliable.

My understanding was that the deal was that order 1 is supposed
to work but somewhat slower, and bigger orders are supposed to work
at boot up time.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/