aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev.h
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2007-10-16 23:25:48 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 08:42:45 -0700
commit69cb51d18c1ed593009d9a620cac49d0dcf15dc8 (patch)
treef26a1245b638e7421a0afd93305fd1c556867d49 /include/linux/backing-dev.h
parentc9e51e4180696aa67915ec5665e4ec74125565de (diff)
downloadkernel_samsung_smdk4412-69cb51d18c1ed593009d9a620cac49d0dcf15dc8.zip
kernel_samsung_smdk4412-69cb51d18c1ed593009d9a620cac49d0dcf15dc8.tar.gz
kernel_samsung_smdk4412-69cb51d18c1ed593009d9a620cac49d0dcf15dc8.tar.bz2
mm: count writeback pages per BDI
Count per BDI writeback pages. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r--include/linux/backing-dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h
index bfae09d..4d9222c 100644
--- a/include/linux/backing-dev.h
+++ b/include/linux/backing-dev.h
@@ -28,6 +28,7 @@ typedef int (congested_fn)(void *, int);
enum bdi_stat_item {
BDI_RECLAIMABLE,
+ BDI_WRITEBACK,
NR_BDI_STAT_ITEMS
};