diff options
Diffstat (limited to 'mm/oom_kill.c')
| -rw-r--r-- | mm/oom_kill.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 4748b906aff2..14bd4ec79597 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
| @@ -274,6 +274,7 @@ void out_of_memory(gfp_t gfp_mask, int order) | |||
| 274 | show_mem(); | 274 | show_mem(); |
| 275 | } | 275 | } |
| 276 | 276 | ||
| 277 | cpuset_lock(); | ||
| 277 | read_lock(&tasklist_lock); | 278 | read_lock(&tasklist_lock); |
| 278 | retry: | 279 | retry: |
| 279 | p = select_bad_process(); | 280 | p = select_bad_process(); |
| @@ -284,6 +285,7 @@ retry: | |||
| 284 | /* Found nothing?!?! Either we hang forever, or we panic. */ | 285 | /* Found nothing?!?! Either we hang forever, or we panic. */ |
| 285 | if (!p) { | 286 | if (!p) { |
| 286 | read_unlock(&tasklist_lock); | 287 | read_unlock(&tasklist_lock); |
| 288 | cpuset_unlock(); | ||
| 287 | panic("Out of memory and no killable processes...\n"); | 289 | panic("Out of memory and no killable processes...\n"); |
| 288 | } | 290 | } |
| 289 | 291 | ||
| @@ -293,6 +295,7 @@ retry: | |||
| 293 | 295 | ||
| 294 | out: | 296 | out: |
| 295 | read_unlock(&tasklist_lock); | 297 | read_unlock(&tasklist_lock); |
| 298 | cpuset_unlock(); | ||
| 296 | if (mm) | 299 | if (mm) |
| 297 | mmput(mm); | 300 | mmput(mm); |
| 298 | 301 | ||
