linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@suse.de>
To: "Stephen C. Tweedie" <sct@redhat.com>
Cc: 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
Subject: Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)
Date: Fri, 8 Dec 2000 13:06:33 +0100	[thread overview]
Message-ID: <20001208130633.A31920@inspiron.random> (raw)
In-Reply-To: <20001204205004.H8700@redhat.com>; from sct@redhat.com on Mon, Dec 04, 2000 at 08:50:04PM +0000

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, 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/

  reply	other threads:[~2000-12-08 12:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-04 20:50 Stephen C. Tweedie
2000-12-08 12:06 ` Andrea Arcangeli [this message]
2000-12-15 16:13   ` Stephen C. Tweedie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001208130633.A31920@inspiron.random \
    --to=andrea@suse.de \
    --cc=ak@muc.de \
    --cc=elowe@myrile.madriver.k12.oh.us \
    --cc=hdeller@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=sct@redhat.com \
    --cc=woodman@missioncriticallinux.com \
    --cc=wtenhave@sybase.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox