On 6/19/2019 5:58 AM, Nguyễn Thái Ngọc Duy wrote:> @@ -2266,7 +2271,7 @@ int 
do_read_index(struct index_state *istate, const char *path, int must_exist)
>        * to multi-thread the reading of the cache entries.
>        */
>       if (extension_offset && nr_threads > 1)
> -             ieot = read_ieot_extension(mmap, mmap_size, extension_offset);
> +             ieot = read_ieot_extension(mmap, mmap_size, extension_offset, 
> NULL);

I tried applying this series on top of v2.22.0 and ran into an issue
on this patch, and the message seemed to imply the problem was at this
block. I couldn't figure out what was wrong, but maybe the series is
based on a different commit?

That said, I applied the previous patches, compiled, and manually
tested those features. Seemed to be working as advertised.

Thanks,
-Stolee

Reply via email to