[XFRM]: fix softirq-unsafe xfrm typemap->lock use
authorIngo Molnar <mingo@elte.hu>
Fri, 28 Apr 2006 22:23:59 +0000 (15:23 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 30 Apr 2006 01:33:18 +0000 (18:33 -0700)
xfrm typemap->lock may be used in softirq context, so all write_lock()
uses must be softirq-safe.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found