diff options
author | Tejun Heo <tj@kernel.org> | 2013-04-01 22:08:06 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-04-01 22:08:06 -0400 |
commit | 181387da2d64c3129e5b5186c4dd388bc5041d53 (patch) | |
tree | 7303c991b5c422d0c388c069b407eb648484a756 /include/linux/backing-dev.h | |
parent | 229641a6f1f09e27a1f12fba38980f33f4c92975 (diff) |
writeback: remove unused bdi_pending_list
There's no user left. Remove it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | 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 350459910fe1..a5ef27f5411a 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -130,7 +130,6 @@ void bdi_lock_two(struct bdi_writeback *wb1, struct bdi_writeback *wb2); | |||
130 | 130 | ||
131 | extern spinlock_t bdi_lock; | 131 | extern spinlock_t bdi_lock; |
132 | extern struct list_head bdi_list; | 132 | extern struct list_head bdi_list; |
133 | extern struct list_head bdi_pending_list; | ||
134 | 133 | ||
135 | static inline int wb_has_dirty_io(struct bdi_writeback *wb) | 134 | static inline int wb_has_dirty_io(struct bdi_writeback *wb) |
136 | { | 135 | { |