lkml.org 
[lkml]   [2019]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.19 006/100] f2fs: fix to recover inode's i_gc_failures during POR
    Date
    From: Chao Yu <yuchao0@huawei.com>

    [ Upstream commit 7de36cf3e4087207f42a88992f8cb615a1bd902e ]

    inode.i_gc_failures is used to indicate that skip count of migrating
    on blocks of inode, we should guarantee it can be recovered in sudden
    power-off case.

    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/recovery.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/fs/f2fs/recovery.c b/fs/f2fs/recovery.c
    index 0b224f4a4a656..281ba46b5b359 100644
    --- a/fs/f2fs/recovery.c
    +++ b/fs/f2fs/recovery.c
    @@ -226,6 +226,8 @@ static void recover_inode(struct inode *inode, struct page *page)

    F2FS_I(inode)->i_advise = raw->i_advise;
    F2FS_I(inode)->i_flags = le32_to_cpu(raw->i_flags);
    + F2FS_I(inode)->i_gc_failures[GC_FAILURE_PIN] =
    + le16_to_cpu(raw->i_gc_failures);

    recover_inline_flags(inode, raw);

    --
    2.20.1
    \
     
     \ /
      Last update: 2019-10-19 00:06    [W:3.695 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site