commit | fd3e42fcc888a773572282575d2fdbf5cfd6216e | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:06 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:38 2005 -0700 |
tree | ffe2c223b9200185eb67881582f784d534958883 | |
parent | ae859762332f19bfc06f4c4a1b1fefb41e9e1084 [diff] |
[PATCH] mm: dup_mmap use oldmm more Use the parent's oldmm throughout dup_mmap, instead of perversely going back to current->mm. (Can you hear the sigh of relief from those mpnts? Usually I squash them, but not today.) Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>