summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-05-06 18:46:36 +0400
committerJohn W. Linville <linville@tuxdriver.com>2008-05-12 21:22:18 -0400
commitf84e71a94cb5f88d86ab50c251e09379925b80b9 (patch)
treed515d29799a47ac689df7ebfcc2cbe30297879ea /lib
parent812714d741750038004da505074c9158e9dee270 (diff)
downloadlinux-stable-f84e71a94cb5f88d86ab50c251e09379925b80b9.tar.gz
linux-stable-f84e71a94cb5f88d86ab50c251e09379925b80b9.tar.bz2
linux-stable-f84e71a94cb5f88d86ab50c251e09379925b80b9.zip
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 <xemul@openvz.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions