erofs-utils: lib: export packedfile APIs
authorJingbo Xu <jefflexu@linux.alibaba.com>
Fri, 7 Apr 2023 14:09:00 +0000 (22:09 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 20 Apr 2023 09:40:58 +0000 (17:40 +0800)
commit43d72920c9fdb761284c4b014235ea14ef2af8c0
treeda57cb2af8bba6441f3c4155e03834a3429ef458
parent2f4e32fb2cc15578085ad7750f4aa09edecbf4f2
erofs-utils: lib: export packedfile APIs

Later packed_inode will be used in other scenarios other than
compressed fragments. Let's separate packedfile APIs for future use.

Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230407140902.97275-1-jefflexu@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
include/erofs/fragments.h
lib/fragments.c
mkfs/main.c