On 2018/4/26 15:40, Tao Bao via Linux-f2fs-devel wrote: > The libsparse in AOSP is updating the type for 'len', from 'int' to > 'size_t', in the callback parameter of sparse_file_foreach_chunk(). The > value represents a chunk size, which could be legitimately larger than > INT_MAX. This patch tracks the libsparse API change. > > The change is guarded with SPARSE_CALLBACK_USES_SIZE_T that's exposed as > part of the libsparse change. This allows f2fs-tools to keep working > against older libsparse versions. > > Signed-off-by: Tao Bao <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
