diff options
author | Gao Xiang <hsiangkao@aol.com> | 2020-10-12 15:49:05 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@aol.com> | 2020-10-12 23:51:26 +0800 |
commit | 610c40cf543e040a01a80cd335eb5b1a287b4902 (patch) | |
tree | f94ef4a6a9d1c56f5178fd6d4c70d592775059cf | |
parent | c631e56bfbb4ff03c8c5798754f31dec1928b49f (diff) |
erofs-utils: README: update known-issue status of lz4hc
Known issue of LZ4_compress_HC_destSize() mentioned in README
was targeted by lz4 upstream days ago.
Update README so all users can be noticed then.
Link: https://lore.kernel.org/r/20201012073446.18103-1-hsiangkao@aol.com
Reviewed-by: Li Guifu <bluce.lee@aliyun.com>
Signed-off-by: Gao Xiang <hsiangkao@aol.com>
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ Known issues LZ4_compress_HC_destSize() https://github.com/lz4/lz4/issues/784 + which has been resolved in + https://github.com/lz4/lz4/commit/e7fe105ac6ed02019d34731d2ba3aceb11b51bb1 + + and will be included in lz4-1.9.3 if all goes well. + Obsoleted erofs.mkfs ~~~~~~~~~~~~~~~~~~~~ |