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

2016-06-14 Thread Vishal Thanki
On Mon, Jun 13, 2016 at 04:38:01PM -0400, Sasha Levin wrote: > On 06/11/2016 04:36 AM, Vishal Thanki wrote: > > On Sat, Jun 11, 2016 at 5:53 AM, Sasha Levin wrote: > >> On 06/09/2016 09:34 AM, Vishal Thanki wrote: > >>> dfaaf3fa0: (Use __jhash_mix() for iterate_chain_key()) > >>> Fixed by adding j

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

2016-06-13 Thread Sasha Levin
On 06/11/2016 04:36 AM, Vishal Thanki wrote: > On Sat, Jun 11, 2016 at 5:53 AM, Sasha Levin 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

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

2016-06-11 Thread Vishal Thanki
On Sat, Jun 11, 2016 at 5:53 AM, Sasha Levin 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 fo

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

2016-06-10 Thread Sasha Levin
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)? Thanks, Sasha

[PATCH 1/2] liblockdep: Fix compile errors

2016-06-09 Thread Vishal Thanki
Following commit caused failures. dfaaf3fa0: (Use __jhash_mix() for iterate_chain_key()) Fixed by adding jhash.h with minimal stuff required 75dd602a5: (lockdep: Fix lock_chain::base size) Fixed by adding ARRAY_SIZE macro definition and changing the MAX_LOCK_DEPTH value to similar defined in linu