diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:53:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:53:24 -0800 |
| commit | c9b9226830bdc88e57166ec7355bccda28eb95f5 (patch) | |
| tree | 4b95963e7acd8d8b947d7c1baed9007eea243032 /fs/exec.c | |
| parent | 5e787ed514bb4b83cf5c74db1245547aecc4375a (diff) | |
v2.4.0.11 -> v2.4.0.12
- Get non-cpuid Cyrix probing right (it's not a NexGen)
- Jens Axboe: cdrom tray status and queing cleanups
- AGP GART: don't disable VIA, and allow i815 with external AGP
- Coda: use iget4() in order to have big inode numbers without clashes.
- Fix UDF writepage() page locking
- NIIBE Yutaka: SuperH update
- Martin Diehl and others: SiS pirq routing fixes
- Andy Grover: ACPI update
- Andrea Arkangeli: LVM update
- Ingo Molnar: RAID cleanups
- David Miller: sparc and networking updates
- Make NFS really be able to handle large files
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/exec.c b/fs/exec.c index 667e5dad9058..28cb7db4c06d 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -388,10 +388,8 @@ static int exec_mmap(void) old_mm = current->mm; if (old_mm && atomic_read(&old_mm->mm_users) == 1) { - flush_cache_mm(old_mm); mm_release(); exit_mmap(old_mm); - flush_tlb_mm(old_mm); return 0; } |
