lkml.org 
[lkml]   [2018]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode
    Date
    This patch avoids to skip discard commands when user sets gc_urgent mode.

    Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
    ---
    fs/f2fs/segment.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
    index 5e5e2936a26a..bda2ad048ea0 100644
    --- a/fs/f2fs/segment.c
    +++ b/fs/f2fs/segment.c
    @@ -1727,7 +1727,7 @@ void init_discard_policy(struct discard_policy *dpolicy,
    } else if (discard_type == DPOLICY_FORCE) {
    dpolicy->min_interval = DEF_MIN_DISCARD_ISSUE_TIME;
    dpolicy->max_interval = DEF_MAX_DISCARD_ISSUE_TIME;
    - dpolicy->io_aware = true;
    + dpolicy->io_aware = false;
    } else if (discard_type == DPOLICY_FSTRIM) {
    dpolicy->io_aware = false;
    } else if (discard_type == DPOLICY_UMOUNT) {
    --
    2.15.0.531.g2ccb3012c9-goog
    \
     
     \ /
      Last update: 2018-02-26 18:49    [W:4.190 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site