aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2024-01-19 04:33:39 +0800
committerChristian Brauner <[email protected]>2024-01-22 15:33:38 +0100
commit12f7900c575679af411aaa89340bfe3dc68b46b3 (patch)
treefbd9c00815e295b91361ac2673ca1bac12870d28 /include
parent73fa7547c70b32cc69685f79be31135797734eb6 (diff)
writeback: move wb_wakeup_delayed defination to fs-writeback.c
The wb_wakeup_delayed is only used in fs-writeback.c. Move it to fs-writeback.c after defination of wb_wakeup and make it static. Signed-off-by: Kemeng Shi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/linux/backing-dev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h
index 1a97277f99b1..8e7af9a03b41 100644
--- a/include/linux/backing-dev.h
+++ b/include/linux/backing-dev.h
@@ -38,7 +38,6 @@ struct backing_dev_info *bdi_alloc(int node_id);
void wb_start_background_writeback(struct bdi_writeback *wb);
void wb_workfn(struct work_struct *work);
-void wb_wakeup_delayed(struct bdi_writeback *wb);
void wb_wait_for_completion(struct wb_completion *done);