diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-05-06 18:46:36 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-12 21:22:18 -0400 |
commit | f84e71a94cb5f88d86ab50c251e09379925b80b9 (patch) | |
tree | d515d29799a47ac689df7ebfcc2cbe30297879ea /net/tipc/addr.c | |
parent | 812714d741750038004da505074c9158e9dee270 (diff) | |
download | linux-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 'net/tipc/addr.c')
0 files changed, 0 insertions, 0 deletions