diff options
Diffstat (limited to 'include/linux/backing-dev.h')
| -rw-r--r-- | include/linux/backing-dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 35b31d176f74..02650b1253a2 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
| @@ -44,6 +44,8 @@ void wb_start_background_writeback(struct bdi_writeback *wb); | |||
| 44 | void wb_workfn(struct work_struct *work); | 44 | void wb_workfn(struct work_struct *work); |
| 45 | void wb_wakeup_delayed(struct bdi_writeback *wb); | 45 | void wb_wakeup_delayed(struct bdi_writeback *wb); |
| 46 | 46 | ||
| 47 | void wb_wait_for_completion(struct wb_completion *done); | ||
| 48 | |||
| 47 | extern spinlock_t bdi_lock; | 49 | extern spinlock_t bdi_lock; |
| 48 | extern struct list_head bdi_list; | 50 | extern struct list_head bdi_list; |
| 49 | 51 | ||
