Hi,
On Fri, Dec 08, 2000 at 01:06:33PM +0100, Andrea Arcangeli wrote:
> 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 @@
> - struct vm_area_struct * vma = 0;
> + struct vm_area_struct * vma;
> @@ -478,6 +478,7 @@
> repeat:
> + vma = NULL;
> down(&mm->mmap_sem);
Applied, I'm pushing out a 2.2.18 set of diffs now.
--Stephen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/