]> git.baikalelectronics.ru Git - kernel.git/commit
staging: erofs: drop multiref support temporarily
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 19 Sep 2018 05:49:07 +0000 (13:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 10:25:36 +0000 (12:25 +0200)
commit8871aee0ebc5752f19789be5a872c085e4f37cee
tree94a07b627764fabd6795cd98c5a2725fd7f230e3
parent2cdb06d7929e208a2f9fb22cfc549850a5c954cb
staging: erofs: drop multiref support temporarily

Multiref support means that a compressed page could have
more than one reference, which is designed for on-disk data
deduplication. However, mkfs doesn't support this mode
at this moment, and the kernel implementation is also broken.

Let's drop multiref support. If it is fully implemented
in the future, it can be reverted later.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/unzip_vle.c
drivers/staging/erofs/unzip_vle.h