Whamcloud - gitweb
- put the exit(1)s back in after MPI_Abort() in the hopes that MPI
[fs/lustre-release.git] / lustre / kernel_patches / patches / uml-fix-2.6.3.patch
1 Index: linux-2.6.3/arch/i386/kernel/sys_i386.c
2 ===================================================================
3 --- linux-2.6.3.orig/arch/i386/kernel/sys_i386.c        2004-02-23 14:21:03.000000000 -0800
4 +++ linux-2.6.3/arch/i386/kernel/sys_i386.c     2004-02-23 14:24:38.000000000 -0800
5 @@ -56,7 +56,7 @@
6         }
7  
8         down_write(&current->mm->mmap_sem);
9 -       error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
10 +       error = do_mmap_pgoff(current->mm, file, addr, len, prot, flags, pgoff);
11         up_write(&current->mm->mmap_sem);
12  
13         if (file)