diff options
| author | Steve French <sfrench@us.ibm.com> | 2007-11-25 04:53:27 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2007-11-25 04:53:27 -0500 |
| commit | 058250a0d5886b4d96a195ecc7e3a75e2df5e4b1 (patch) | |
| tree | fb67e8f5258c6aa11d4e8c39650e23de7556b38d /mm/slab.c | |
| parent | cea218054ad277d6c126890213afde07b4eb1602 (diff) | |
| parent | 2ffbb8377c7a0713baf6644e285adc27a5654582 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'mm/slab.c')
| -rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1043,7 +1043,7 @@ static struct array_cache **alloc_alien_cache(int node, int limit) | |||
| 1043 | } | 1043 | } |
| 1044 | ac_ptr[i] = alloc_arraycache(node, limit, 0xbaadf00d); | 1044 | ac_ptr[i] = alloc_arraycache(node, limit, 0xbaadf00d); |
| 1045 | if (!ac_ptr[i]) { | 1045 | if (!ac_ptr[i]) { |
| 1046 | for (i--; i <= 0; i--) | 1046 | for (i--; i >= 0; i--) |
| 1047 | kfree(ac_ptr[i]); | 1047 | kfree(ac_ptr[i]); |
| 1048 | kfree(ac_ptr); | 1048 | kfree(ac_ptr); |
| 1049 | return NULL; | 1049 | return NULL; |
