aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-06-01 00:26:06 -0700
committerDavid S. Miller <davem@davemloft.net>2010-06-01 00:26:06 -0700
commitb42d9165e1e3d92e4e3318642463dbe592a12568 (patch)
treecbb1df1d5250277146dbff5661a0664f56cb9815 /net/xfrm
parentksz884x: Add missing validate_addr hook (diff)
downloadlinux-dev-b42d9165e1e3d92e4e3318642463dbe592a12568.tar.xz
linux-dev-b42d9165e1e3d92e4e3318642463dbe592a12568.zip
drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is held
The function inittiger is only called from nj_init_card, where a lock is held. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @gfp exists@ identifier fn; position p; @@ fn(...) { ... when != spin_unlock_irqrestore when any GFP_KERNEL@p ... when any } @locked@ identifier gfp.fn; @@ spin_lock_irqsave(...) ... when != spin_unlock_irqrestore fn(...) @depends on locked@ position gfp.p; @@ - GFP_KERNEL@p + GFP_ATOMIC // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm')
0 files changed, 0 insertions, 0 deletions