Re: [PATCH 17/23] mm: count writeback pages per BDI

From: Peter Zijlstra
Date: Mon Aug 13 2007 - 09:12:35 EST


On Thu, 2007-08-09 at 12:27 -0700, Christoph Lameter wrote:
> On Thu, 9 Aug 2007, Peter Zijlstra wrote:
>
> > Less conditionals. We already have a branch for mapping, why create
> > another?
>
> Ah. Okay. This also avoids an interrupt enable disable since you can use
> __ functions. Hmmm... Would be good if we could move the vmstat
> NR_WRITEBACK update there too. Can a page without a mapping be under
> writeback? (Direct I/O?)

DIO still uses the mapping afaik (it needs to invalidate the page before
and after the OP).

But you could put the increment in both paths, and use the irq disable
from the mapping branch - which should be the most frequent case anyway.

Attachment: signature.asc
Description: This is a digitally signed message part