On Thu, Sep 29, 2016 at 01:39:50PM -0400, Vishwanath Pai wrote: > v2: > Remove unnecessary div64_u64 around constants > > v3: > remove backslashes > > -- > > Fix link error in 32bit arch because of 64bit division > > Division of 64bit integers will cause linker error undefined reference > to `__udivdi3'. Fix this by replacing divisions with div64_64
Applied, thanks Pai. > Signed-off-by: Vishwanath Pai <v...@akamai.com> > Fixes: 11d5f15723c9 ("netfilter: xt_hashlimit: Create revision 2 to ...") > > --- Please, next time place the versioning information here, otherwise git am takes the wrong description here.