lkml.org 
[lkml]   [2021]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 146/243] f2fs: atgc: fix to set default age threshold
    Date
    From: Chao Yu <yuchao0@huawei.com>

    [ Upstream commit 89e53ff1651a61cf2abef9356e2f60d0086215be ]

    Default age threshold value is missed to set, fix it.

    Fixes: 093749e296e2 ("f2fs: support age threshold based garbage collection")
    Reported-by: Sahitya Tummala <stummala@codeaurora.org>
    Signed-off-by: Chao Yu <yuchao0@huawei.com>
    Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    fs/f2fs/gc.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c
    index 9b38cef4d50f..e02affb5c0e7 100644
    --- a/fs/f2fs/gc.c
    +++ b/fs/f2fs/gc.c
    @@ -1801,6 +1801,7 @@ static void init_atgc_management(struct f2fs_sb_info *sbi)
    am->candidate_ratio = DEF_GC_THREAD_CANDIDATE_RATIO;
    am->max_candidate_count = DEF_GC_THREAD_MAX_CANDIDATE_COUNT;
    am->age_weight = DEF_GC_THREAD_AGE_WEIGHT;
    + am->age_threshold = DEF_GC_THREAD_AGE_THRESHOLD;
    }

    void f2fs_build_gc_manager(struct f2fs_sb_info *sbi)
    --
    2.30.2


    \
     
     \ /
      Last update: 2021-07-19 19:40    [W:4.166 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site