linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>,
	Christoph Hellwig <hch@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Re: Shared memory shmat/dt not working well in
Date: Tue, 01 Oct 2002 12:15:27 -0700	[thread overview]
Message-ID: <3D99F44F.E82EBC36@digeo.com> (raw)
In-Reply-To: Pine.LNX.4.44.0210011804001.1783-100000@localhost.localdomain

Hugh Dickins wrote:
> 
> ...
> --- 2.5.40/mm/mprotect.c        Fri Sep 27 23:56:45 2002
> +++ linux/mm/mprotect.c Tue Oct  1 18:00:31 2002
> @@ -186,8 +186,10 @@
>                 /*
>                  * Try to merge with the previous vma.
>                  */
> -               if (mprotect_attempt_merge(vma, *pprev, end, newflags))
> +               if (mprotect_attempt_merge(vma, *pprev, end, newflags)) {
> +                       vma = *pprev;
>                         goto success;
> +               }
>         } else {
>                 error = split_vma(mm, vma, start, 1);
>                 if (error)

Got that, thanks.

I think that's enough "cleanups" for 2.5, guys.  Let's concentrate
on missing must-have functionality, bugs and tuning from now.

      parent reply	other threads:[~2002-10-01 19:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01 16:02 [PATCH] Re: Shared memory shmat/dt not working well in Petr Vandrovec
2002-10-01 17:14 ` Hugh Dickins
2002-10-01 17:56   ` Petr Vandrovec
2002-10-01 19:01   ` Christoph Hellwig
2002-10-01 19:15   ` Andrew Morton [this message]

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=3D99F44F.E82EBC36@digeo.com \
    --to=akpm@digeo.com \
    --cc=VANDROVE@vc.cvut.cz \
    --cc=hch@infradead.org \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).