Message ID | 1610266493-5526-1-git-send-email-winndows@163.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | writeback: Remove useless comment for __wakeup_flusher_threads_bdi() | expand |
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index acfb558..05eee22 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c @@ -2099,10 +2099,6 @@ void wb_workfn(struct work_struct *work) current->flags &= ~PF_SWAPWRITE; } -/* - * Start writeback of `nr_pages' pages on this bdi. If `nr_pages' is zero, - * write back the whole world. - */ static void __wakeup_flusher_threads_bdi(struct backing_dev_info *bdi, enum wb_reason reason) {