]> git.ipfire.org Git - people/arne_f/kernel.git/commit
xfrm: spin_lock() should be spin_unlock() in xfrm_state.c
authorChuck Ebbert <cebbert@redhat.com>
Fri, 27 Mar 2009 07:22:01 +0000 (00:22 -0700)
committerChris Wright <chrisw@sous-sol.org>
Thu, 2 Apr 2009 20:55:15 +0000 (13:55 -0700)
commitce2a2dc25260683d83a895bf11a2667aaac84feb
treeffd2de835fe9a4f1c8fea65cb7d39a8ed8efd2e3
parentc8289b1f3fb7ab89146a29e280c8f64d4f51f53a
xfrm: spin_lock() should be spin_unlock() in xfrm_state.c

[ Upstream commit 7d0b591c655ca0d72ebcbd242cf659a20a8995c5 ]

spin_lock() should be spin_unlock() in xfrm_state_walk_done().

caused by:
commit 12a169e7d8f4b1c95252d8b04ed0f1033ed7cfe2
"ipsec: Put dumpers on the dump list"

Reported-by: Marc Milgram <mmilgram@redhat.com>
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/xfrm/xfrm_state.c