Re: [PATCH v2] netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
I don't think you actually need the backslashes since this ain't in a MACRO definition context.
[PATCH v2] netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
v2: Remove unnecessary div64_u64 around constants -- 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 Signed-off-by: Vishwanath Pai --- net/netfilter/xt_