public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* reiser4 breaks vmware
@ 2003-12-23 17:56 Shawn
  2003-12-23 19:21 ` Hans Reiser
  2003-12-23 21:45 ` Nuno Silva
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn @ 2003-12-23 17:56 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

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)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-12-25  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1072202167.8127.15.camel@localhost.suse.lists.linux.kernel>
     [not found] ` <3FE8B765.6000907@vgertech.com.suse.lists.linux.kernel>
     [not found]   ` <16361.18888.602000.438746@laputa.namesys.com.suse.lists.linux.kernel>
2003-12-24 22:15     ` reiser4 breaks vmware Andi Kleen
2003-12-25  9:29       ` Nikita Danilov
2003-12-23 17:56 Shawn
2003-12-23 19:21 ` Hans Reiser
2003-12-23 21:45 ` Nuno Silva
2003-12-24  8:09   ` Nikita Danilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox