commit | 013159227b840dfd441bd2e4c8b4d77ffb3cc42e | [log] [tgz] |
---|---|---|
author | Dave Peterson <dsp@llnl.gov> | Tue Apr 18 22:20:44 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Apr 19 09:13:50 2006 -0700 |
tree | 15bd8349b4a105efc75c77dcd0c1a579ecd87ab4 | |
parent | 97c2c9b84d0c1edf4926b13661d5af3f0edccbce [diff] |
[PATCH] mm: fix mm_struct reference counting bugs in mm/oom_kill.c Fix oom_kill_task() so it doesn't call mmput() (which may sleep) while holding tasklist_lock. Signed-off-by: David S. Peterson <dsp@llnl.gov> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>