On 05/14, Park Ju Hyung wrote: > This allows more aggressive discards and balancing job to be done > under gc_urgent.
Let me merge this first. :) > > Signed-off-by: Park Ju Hyung <[email protected]> > --- > fs/f2fs/f2fs.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h > index 533fafca68f4..14c95116cd3d 100644 > --- a/fs/f2fs/f2fs.h > +++ b/fs/f2fs/f2fs.h > @@ -2192,6 +2192,9 @@ static inline struct bio *f2fs_bio_alloc(struct > f2fs_sb_info *sbi, > > static inline bool is_idle(struct f2fs_sb_info *sbi, int type) > { > + if (sbi->gc_mode == GC_URGENT) > + return true; > + > if (get_pages(sbi, F2FS_RD_DATA) || get_pages(sbi, F2FS_RD_NODE) || > get_pages(sbi, F2FS_RD_META) || get_pages(sbi, F2FS_WB_DATA) || > get_pages(sbi, F2FS_WB_CP_DATA) || > -- > 2.21.0 > > > > _______________________________________________ > Linux-f2fs-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
