Re: [PATCH 1/2] liblockdep: Fix compile errors

From: Vishal Thanki
Date: Sat Jun 11 2016 - 04:37:39 EST


On Sat, Jun 11, 2016 at 5:53 AM, Sasha Levin <sasha.levin@xxxxxxxxxx> wrote:
> On 06/09/2016 09:34 AM, Vishal Thanki wrote:
>> dfaaf3fa0: (Use __jhash_mix() for iterate_chain_key())
>> Fixed by adding jhash.h with minimal stuff required
>
> Can we, instead of copying it over, include jhash.h directly
> (just like we do for hash.h)?
>
>
That was the first thing I tried, but then it caused more compilation
errors due to nested header dependencies and I ended up taking the
only required stuff. Better ideas are welcome.

Thanks,
Vishal

> Thanks,
> Sasha