[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
- To: Andrea Arcangeli <andrea@suse.de>
- Subject: Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
- From: "Stephen C. Tweedie" <sct@redhat.com>
- Date: Fri, 15 Dec 2000 16:13:23 +0000
- Cc: "Stephen C. Tweedie" <sct@redhat.com>, linux-kernel@vger.kernel.org, Andi Kleen <ak@muc.de>, wtenhave@sybase.com, hdeller@redhat.com, Eric Lowe <elowe@myrile.madriver.k12.oh.us>, Larry Woodman <woodman@missioncriticallinux.com>, linux-mm@kvack.org
- In-Reply-To: <20001208130633.A31920@inspiron.random>; from andrea@suse.de on Fri, Dec 08, 2000 at 01:06:33PM +0100
- References: <20001204205004.H8700@redhat.com> <20001208130633.A31920@inspiron.random>
- Sender: owner-linux-mm@kvack.org
- User-Agent: Mutt/1.2i
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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/