friendly ping... JunChao Sun <sunjunchao2870@xxxxxxxxx> 于2022年11月14日周一 19:03写道: > > nr_pages was removed in 9ba4b2dfafaa > ("fs: kill 'nr_pages' argument from wakeup_flusher_threads()"), > but the comment for 'nr_pages' was missed. Remove that. > > Signed-off-by: JunChao Sun <sunjunchao2870@xxxxxxxxx> > --- > fs/fs-writeback.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c > index 443f83382b9b..78be6762522a 100644 > --- a/fs/fs-writeback.c > +++ b/fs/fs-writeback.c > @@ -2244,10 +2244,6 @@ void wb_workfn(struct work_struct *work) > wb_wakeup_delayed(wb); > } > > -/* > - * 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) > { > -- > 2.17.1 >