On Mon, Apr 23, 2012 at 10:43:33PM +0300, Julian Anastasov wrote: > > Hello, > > On Mon, 23 Apr 2012, Simon Horman wrote: > > > > + return ((int) cp >> (1 + ilog2(sizeof(*cp)))) & ipvs->threads_mask; > > > } > > > > Hi Julian, > > > > My gcc running on x86_64 doesn't seem to like this cast. > > > > # gcc --version > > gcc (Debian 4.6.3-1) 4.6.3 > > # make > > ... > > CC net/netfilter/ipvs/ip_vs_est.o > > net/netfilter/ipvs/ip_vs_sync.c: In function ‘select_master_thread_id’: > > net/netfilter/ipvs/ip_vs_sync.c:398:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > > Ops. I'll change this '(int)' with '(long)'. You > want new version for the whole patchset or just for this patch? Just an update of patch 7 is fine. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html