summaryrefslogtreecommitdiff
path: root/tools/usb/ffs-aio-example/multibuff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/usb/ffs-aio-example/multibuff')
0 files changed, 0 insertions, 0 deletions
2cd3fab0412d438fcd1bfa0580b3d&id2=711059b9752ad09ae6bcd4be8e48d30e5db483d8'>diff)
xfrm: state: simplify rcu_read_unlock handling in two spots
Instead of: if (foo) { unlock(); return bar(); } unlock(); do: unlock(); if (foo) return bar(); This is ok because rcu protected structure is only dereferenced before the conditional. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net')