aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-12-17 14:29:09 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-17 14:29:09 -0500
commit9360b53661a2c7754517b2925580055bacc8ec38 (patch)
tree58a0c6f266524247baf87d21bf41ac3bc395cf8a /include/linux
parentfa4c95bfdb85d568ae327d57aa33a4f55bab79c4 (diff)
Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"
This reverts commit 8fa72d234da9b6b473bbb1f74d533663e4996e6b. People disagree about how this should be done, so let's revert this for now so that nobody starts using the new tuning interface. Tejun is thinking about a more generic interface for thread pool affinity. Requested-by: Tejun Heo <tj@kernel.org> Acked-by: Jeff Moyer <jmoyer@redhat.com> Acked-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/backing-dev.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h
index 238521a19849..2a9a9abc9126 100644
--- a/include/linux/backing-dev.h
+++ b/include/linux/backing-dev.h
@@ -18,7 +18,6 @@
18#include <linux/writeback.h> 18#include <linux/writeback.h>
19#include <linux/atomic.h> 19#include <linux/atomic.h>
20#include <linux/sysctl.h> 20#include <linux/sysctl.h>
21#include <linux/mutex.h>
22 21
23struct page; 22struct page;
24struct device; 23struct device;
@@ -106,9 +105,6 @@ struct backing_dev_info {
106 105
107 struct timer_list laptop_mode_wb_timer; 106 struct timer_list laptop_mode_wb_timer;
108 107
109 cpumask_t *flusher_cpumask; /* used for writeback thread scheduling */
110 struct mutex flusher_cpumask_lock;
111
112#ifdef CONFIG_DEBUG_FS 108#ifdef CONFIG_DEBUG_FS
113 struct dentry *debug_dir; 109 struct dentry *debug_dir;
114 struct dentry *debug_stats; 110 struct dentry *debug_stats;