diff options
author | Oleg Nesterov <oleg@tv-sign.ru> | 2008-07-25 01:47:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 10:53:39 -0700 |
commit | 999d9fc1670bc082928b93b11d1f2e0e417d973c (patch) | |
tree | e540e7fd2fab970ba2be5e39ac9f8282a373bc24 /security | |
parent | 32ecb1f26dd50eeaac4e3f4dea4541c97848e459 (diff) | |
download | linux-3.10-999d9fc1670bc082928b93b11d1f2e0e417d973c.tar.gz linux-3.10-999d9fc1670bc082928b93b11d1f2e0e417d973c.tar.bz2 linux-3.10-999d9fc1670bc082928b93b11d1f2e0e417d973c.zip |
coredump: move mm->core_waiters into struct core_state
Move mm->core_waiters into "struct core_state" allocated on stack. This
shrinks mm_struct a little bit and allows further changes.
This patch mostly does s/core_waiters/core_state. The only essential
change is that coredump_wait() must clear mm->core_state before return.
The coredump_wait()'s path is uglified and .text grows by 30 bytes, this
is fixed by the next patch.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions