lkml.org 
[lkml]   [2000]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
On Mon, Dec 04, 2000 at 08:50:04PM +0000, Stephen C. Tweedie wrote:
> I have pushed another set of raw IO patches out, this time to fix a

This fix is missing:

--- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000
+++ rawio-sct/mm/memory.c Fri Dec 8 03:57:48 2000
@@ -455,7 +455,7 @@
unsigned long ptr, end;
int err;
struct mm_struct * mm;
- struct vm_area_struct * vma = 0;
+ struct vm_area_struct * vma;
unsigned long page;
struct page * map;
int doublepage = 0;
@@ -478,6 +478,7 @@
return err;

repeat:
+ vma = NULL;
down(&mm->mmap_sem);

err = -EFAULT;
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:51    [W:0.066 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site