OSDN Git Service

f2fs: fix to disable compression on directory
authorChao Yu <yuchao0@huawei.com>
Fri, 27 Mar 2020 10:29:51 +0000 (18:29 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 3 Apr 2020 17:21:32 +0000 (10:21 -0700)
commitaa576970fbbdbd58ac9f00ca8f16abb2f857fe7e
treeece0f41fdf84a79e621c62fcbff5c754dc2b040c
parent9b6ed143c19bfc6d697a982640422829e2a2c410
f2fs: fix to disable compression on directory

It needs to call f2fs_disable_compressed_file() to disable
compression on directory.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/file.c