commit | 0eb03d5a14377eecf6ed0ebf3cc2c9f48c12c7c6 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue May 06 18:49:02 2008 +0400 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 12 21:22:19 2008 -0400 |
tree | da81b29d4eb3aec06926d7bcf7c5fe94bd63fa84 | |
parent | f84e71a94cb5f88d86ab50c251e09379925b80b9 [diff] |
Fix not checked kmalloc() result. The new_node kmallocation is not checked for success, so add this check. BTW, it also happens under the read_lock. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>