From: Eric Dumazet Date: Thu, 24 Jun 2010 00:54:06 +0000 (+0000) Subject: net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() X-Git-Tag: v2.6.36-rc1~571^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d91f00c73ba0012bce18c1690cb8313ca7adaa;p=pandora-kernel.git net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() - Must disable preemption in case of 32bit UP in u64_stats_fetch_begin() and u64_stats_fetch_retry() - Add new u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() for network usage, disabling BH on 32bit UP only. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed