commit | 8dff7c29707b7514043539f5ab5e0a6eb7bd9dcd | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Apr 28 15:23:59 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Apr 29 18:33:18 2006 -0700 |
tree | a584dcfb2142d4596086d7081a3d63fd9988e7ce | |
parent | a76e07acd0de635122c5e60ccd5e55f9d5082391 [diff] |
[XFRM]: fix softirq-unsafe xfrm typemap->lock use 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>