• Chao Yu's avatar
    f2fs: fix to convert inline inode in ->setattr · 0cab80ee
    Chao Yu authored
    In commit 3c454145 ("f2fs: do not trim preallocated blocks when
    truncating after i_size"), in order to follow the regulation: "truncate(x)
    where x > i_size will not trim all blocks past i_size." like other file
    systems, in ->setattr we invoked truncate_setsize instead of f2fs_truncate
    to avoid unneeded block trimming in such case, but forgot to call
    f2fs_convert_inline_inode keep consistency of inline data conversion rule.
    
    This patch fixes to convert inline data if necessary.
    Signed-off-by: default avatarChao Yu <chao2.yu@samsung.com>
    Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
    0cab80ee
file.c 44.5 KB