On 2020/3/24 16:19, Gao Xiang via Linux-erofs wrote: > This should fix the following buildroot autobuild issues > with some configration on ARM platform [1]: > > compress.c: In function 'vle_compress_one': > compress.c:209:10: error: unknown type name 'uint' > const uint qh_aligned = round_down(ctx->head, EROFS_BLKSIZ); > ^~~~ > compress.c:210:10: error: unknown type name 'uint' > const uint qh_after = ctx->head - qh_aligned; > ^~~~ > compress.c: In function 'z_erofs_convert_to_compacted_format': > compress.c:313:8: error: unknown type name 'uint' > const uint headerpos = Z_EROFS_VLE_EXTENT_ALIGN(inode->inode_isize + > ^~~~ > compress.c:316:8: error: unknown type name 'uint' > const uint totalidx = (legacymetasize - > ^~~~ > > [1] > http://autobuild.buildroot.net/results/842a3c6416416d7badf4db9f38e3b231093a786a > Signed-off-by: Gao Xiang <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks,
