aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorPavel Emelyanov <[email protected]>2008-05-06 18:46:36 +0400
committerJohn W. Linville <[email protected]>2008-05-12 21:22:18 -0400
commitf84e71a94cb5f88d86ab50c251e09379925b80b9 (patch)
treed515d29799a47ac689df7ebfcc2cbe30297879ea /include/linux/debugobjects.h
parent812714d741750038004da505074c9158e9dee270 (diff)
Fix GFP_KERNEL allocation under read lock.
The mesh_path_add() read-locks the pathtbl_resize_lock and calls kmalloc with GFP_KERNEL mask. Fix it and move the endadd2 label lower. It should be _before_ the if() beyond, but it makes no sense for it being there, so I move it right after this if(). Signed-off-by: Pavel Emelyanov <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions