[PATCH 2/5] backing-dev: kill unused bdi_writeback->nr

From: Tejun Heo
Date: Mon Sep 06 2010 - 08:47:11 EST


bdi_writeback->nr is no longer used. Kill it.

Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
---
include/linux/backing-dev.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h
index 35b0074..97842ab 100644
--- a/include/linux/backing-dev.h
+++ b/include/linux/backing-dev.h
@@ -47,7 +47,6 @@ enum bdi_stat_item {

struct bdi_writeback {
struct backing_dev_info *bdi; /* our parent bdi */
- unsigned int nr;

unsigned long last_old_flush; /* last old data flush */
unsigned long last_active; /* last time bdi thread was active */
--
1.7.1

--
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/