|
@@ -38,8 +38,6 @@ static inline struct backing_dev_info *bdi_alloc(gfp_t gfp_mask)
|
|
|
return bdi_alloc_node(gfp_mask, NUMA_NO_NODE);
|
|
|
}
|
|
|
|
|
|
-void wb_start_writeback(struct bdi_writeback *wb, long nr_pages,
|
|
|
- enum wb_reason reason);
|
|
|
void wb_start_background_writeback(struct bdi_writeback *wb);
|
|
|
void wb_workfn(struct work_struct *work);
|
|
|
void wb_wakeup_delayed(struct bdi_writeback *wb);
|