diff options
Diffstat (limited to 'include/linux/backing-dev.h')
| -rw-r--r-- | include/linux/backing-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 35b00746c712..f1b402a50679 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
| @@ -285,7 +285,7 @@ enum { | |||
| 285 | void clear_bdi_congested(struct backing_dev_info *bdi, int sync); | 285 | void clear_bdi_congested(struct backing_dev_info *bdi, int sync); |
| 286 | void set_bdi_congested(struct backing_dev_info *bdi, int sync); | 286 | void set_bdi_congested(struct backing_dev_info *bdi, int sync); |
| 287 | long congestion_wait(int sync, long timeout); | 287 | long congestion_wait(int sync, long timeout); |
| 288 | 288 | long wait_iff_congested(struct zone *zone, int sync, long timeout); | |
| 289 | 289 | ||
| 290 | static inline bool bdi_cap_writeback_dirty(struct backing_dev_info *bdi) | 290 | static inline bool bdi_cap_writeback_dirty(struct backing_dev_info *bdi) |
| 291 | { | 291 | { |
