[Dropping a few CCs since I supect its beginning to be annoying :)]

Patrick McHardy wrote:
> Vasily Averin wrote:
> 
> Indeed, thanks. Fixed now. Also changed it to leave the loop
> if we found an entry within a chain (we want the last one of
> the chain, so we still walk it entirely) and replaced
> 
> hash = (hash + 1) % nf_conntrack_htable_size
> 
> by
> 
> hash = (hash + 1) & (nf_conntrack_htable_size - 1)
> 
> since one of my queued patches makes sure that its always
> a power of two.


Damn it .. it doesn't, it just makes sure it always uses pages
entirely. So I fixed that again.

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to