Re: [PATCH 1/6] mm: scalable bdi statistics counters.

2007-04-04 Thread Peter Zijlstra
On Wed, 2007-04-04 at 11:20 +0200, Miklos Szeredi wrote: > > Provide scalable per backing_dev_info statistics counters modeled on the ZVC > > code. > > Why do we need global_bdi_stat()? It should give approximately the > same numbers as global_page_state(), no? For those counters that are shared

Re: [PATCH 1/6] mm: scalable bdi statistics counters.

2007-04-04 Thread Miklos Szeredi
> Provide scalable per backing_dev_info statistics counters modeled on the ZVC > code. Why do we need global_bdi_stat()? It should give approximately the same numbers as global_page_state(), no? Thanks, Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH 1/6] mm: scalable bdi statistics counters.

2007-04-03 Thread Peter Zijlstra
Provide scalable per backing_dev_info statistics counters modeled on the ZVC code. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- block/ll_rw_blk.c |1 drivers/block/rd.c |2 drivers/char/mem.c |2 fs/char_dev.c |1 fs/fuse/inod

[RFC][PATCH 1/6] mm: scalable bdi statistics counters.

2007-03-19 Thread Peter Zijlstra
Provide scalable per backing_dev_info statistics counters modeled on the ZVC code. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- block/ll_rw_blk.c |1 drivers/block/rd.c |2 drivers/char/mem.c |2 fs/char_dev.c |1 include/linu