From: Ricardo Labiaga Date: Fri, 19 Jun 2009 02:01:24 +0000 (-0400) Subject: nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh() X-Git-Tag: v2.6.31-rc1~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f029855865e917821ef6034b31e340a4cfc815;p=pandora-kernel.git nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh() xprt_alloc_bc_request() is always called in soft interrupt context. Grab the spin_lock instead of the bottom half spin_lock. Softirqs do not preempt other softirqs running on the same processor, so there is no need to disable bottom halves. Signed-off-by: Ricardo Labiaga Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed