]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mm: exit_mmap need not reset
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:15:58 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:37 +0000 (21:40 -0700)
commit7c1fd6b964860cdcf44b6b98d7dcd8cc16a0a26d
tree0193feec4e7a43ce2f15f659cd5c56776da60ce5
parenta8fb5618dab7e45c8990f3155628d772a9ed45f9
[PATCH] mm: exit_mmap need not reset

exit_mmap resets various mm_struct fields, but the mm is well on its way out,
and none of those fields matter by this point.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/mmap.c