Patrick Hogg writes:
> @@ -3319,6 +3327,8 @@ int cmd_pack_objects(int argc, const char **argv, const
> char *prefix)
> OPT_END(),
> };
>
> + init_read_mutex();
> +
> if (DFS_NUM_STATES > (1 << OE_DFS_STATE_BITS))
> BUG("too many dfs states, increase
On Fri, Jan 18, 2019 at 8:10 AM Duy Nguyen wrote:
>
> On Fri, Jan 18, 2019 at 8:04 PM Patrick Hogg wrote:
> >
> > On Fri, Jan 18, 2019 at 4:21 AM Duy Nguyen wrote:
> >>
> >> On Fri, Jan 18, 2019 at 9:28 AM Patrick Hogg wrote:
> >> >
> >> > ac77d0c37 ("pack-objects: shrink size field in struct o
On Fri, Jan 18, 2019 at 8:04 PM Patrick Hogg wrote:
>
> On Fri, Jan 18, 2019 at 4:21 AM Duy Nguyen wrote:
>>
>> On Fri, Jan 18, 2019 at 9:28 AM Patrick Hogg wrote:
>> >
>> > ac77d0c37 ("pack-objects: shrink size field in struct object_entry",
>> > 2018-04-14) added an extra usage of read_lock/re
On Fri, Jan 18, 2019 at 4:21 AM Duy Nguyen wrote:
>
> On Fri, Jan 18, 2019 at 9:28 AM Patrick Hogg wrote:
> >
> > ac77d0c37 ("pack-objects: shrink size field in struct object_entry",
> > 2018-04-14) added an extra usage of read_lock/read_unlock in the newly
> > introduced oe_get_size_slow for thr
Hi Patrick,
On Thu, 17 Jan 2019, Patrick Hogg wrote:
> ac77d0c37 ("pack-objects: shrink size field in struct object_entry",
> 2018-04-14) added an extra usage of read_lock/read_unlock in the newly
> introduced oe_get_size_slow for thread safety in parallel calls to
> try_delta(). Unfortunately oe
On Fri, Jan 18, 2019 at 9:28 AM Patrick Hogg wrote:
>
> ac77d0c37 ("pack-objects: shrink size field in struct object_entry",
> 2018-04-14) added an extra usage of read_lock/read_unlock in the newly
> introduced oe_get_size_slow for thread safety in parallel calls to
> try_delta(). Unfortunately oe
ac77d0c37 ("pack-objects: shrink size field in struct object_entry",
2018-04-14) added an extra usage of read_lock/read_unlock in the newly
introduced oe_get_size_slow for thread safety in parallel calls to
try_delta(). Unfortunately oe_get_size_slow is also used in serial
code, some of which is ca
7 matches
Mail list logo