lkml.org 
[lkml]   [2003]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectreiser4 breaks vmware
From
Date
Forgive my line-wraps, but the following (among other do_mmap_pgoff
related snippets) break vmware.

Couple questions out of this:
1. Does anyone care enough to produce a patch for vmware's module?
2. What does this change accomplish for reiser4?

diff -ruN linux-2.6.0-test9/arch/i386/kernel/sys_i386.c
linux-2.6.0-test9-reiser4/arch/i386/kernel/sys_i386.c
--- linux-2.6.0-test9/arch/i386/kernel/sys_i386.c Sat Oct 25
22:44:51 2003
+++ linux-2.6.0-test9-reiser4/arch/i386/kernel/sys_i386.c Thu Nov
13 15:39:47 2003
@@ -56,7 +56,7 @@
}

down_write(&current->mm->mmap_sem);
- error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
+ error = do_mmap_pgoff(current->mm, file, addr, len, prot, flags,
pgoff);
up_write(&current->mm->mmap_sem);

if (file)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.171 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site