commit | 5fdb322ff2c2b4ad519f490dcb7ebb96c5439af7 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Thu Dec 03 15:56:15 2020 +0900 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Dec 03 00:12:08 2020 -0800 |
tree | 961cbb4b45f575490a7548ef1abddf9d7c2f8742 | |
parent | 602a16d58e9aab3c423bcf051033ea6c9e8a6d37 [diff] |
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE Added two ioctl to decompress/compress explicitly the compression enabled file in "compress_mode=user" mount option. Using these two ioctls, the users can make a control of compression and decompression of their files. Signed-off-by: Daeho Jeong <daehojeong@google.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>