aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-11-01 09:40:13 -0400
committerJens Axboe <axboe@fb.com>2016-11-01 11:43:26 -0400
commit2f8b544477e627a42e66902e948d87f86554aeca (patch)
tree6bd32bb26fa8c3bbcef14ed4df1bed0f664d3490 /include/linux/writeback.h
parent1e3914d4cf4e14653b7917b0e965217465cb7a9c (diff)
block,fs: untangle fs.h and blk_types.h
Nothing in fs.h should require blk_types.h to be included. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r--include/linux/writeback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 797100e10010..e4c38703bf4e 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -10,6 +10,8 @@
10#include <linux/flex_proportions.h> 10#include <linux/flex_proportions.h>
11#include <linux/backing-dev-defs.h> 11#include <linux/backing-dev-defs.h>
12 12
13struct bio;
14
13DECLARE_PER_CPU(int, dirty_throttle_leaks); 15DECLARE_PER_CPU(int, dirty_throttle_leaks);
14 16
15/* 17/*