diff options
author | Linus Torvalds <[email protected]> | 2008-11-15 10:20:36 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-11-15 10:20:36 -0800 |
commit | 8141c7f3e7aee618312fa1c15109e1219de784a7 (patch) | |
tree | 25513fc1c260af053fb9facf92df5b59bfe74c3a /fs/jbd2/commit.c | |
parent | 9c7c354645535555785eb937dd46388b55e690d0 (diff) |
Move "exit_robust_list" into mm_release()
We don't want to get rid of the futexes just at exit() time, we want to
drop them when doing an execve() too, since that gets rid of the
previous VM image too.
Doing it at mm_release() time means that we automatically always do it
when we disassociate a VM map from the task.
Reported-by: [email protected]
Cc: Andrew Morton <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Brad Spengler <[email protected]>
Cc: Alex Efros <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions