All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Schermerhorn <lee.schermerhorn@hp.com>
To: Dave Hansen <haveblue@us.ibm.com>
Cc: linux-mm <linux-mm@kvack.org>, Christoph Lameter <clameter@sgi.com>
Subject: Re: [PATCH/RFC] Migrate-on-fault prototype 1/5 V0.1 - separate unmap from radix tree replace
Date: Thu, 09 Mar 2006 14:05:55 -0500	[thread overview]
Message-ID: <1141931156.6393.48.camel@localhost.localdomain> (raw)
In-Reply-To: <1141929612.8599.145.camel@localhost.localdomain>

On Thu, 2006-03-09 at 10:40 -0800, Dave Hansen wrote:
> On Thu, 2006-03-09 at 13:28 -0500, Lee Schermerhorn wrote:
> > @@ -3083,7 +3084,7 @@ int buffer_migrate_page(struct page *new
> > ClearPagePrivate(page);
> > set_page_private(newpage, page_private(page));
> > set_page_private(page, 0);
> > - put_page(page);
> > + put_page(page); /* transfer buf ref to newpage */
> > get_page(newpage); 
> 
> Is it just me, or do these have some serious whitespace borkage?

<heavy sigh>  Probably.  I was fighting with the mailer.  Took several
attempts to import the text files.  Even sent one to myself first,
before sending it out.  Looked OK.  

> 
> Do you have a clean version of them posted anywhere?

I just placed a tarball at:

http://free.linux.hp.com/~lts/Patches/PageMigration/

I took a look at the files in the tar ball.  Several of them do seem to
have lines consisting of a single space for what were empty context
lines in the patches.  The patches were generated via quilt which
usually complains about trailing white space and I always fix them.

Some of the lines in the discussion above the patches do seem to have
trailing spaces, but that's probably just my fat fingers...

Lee

--
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-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2006-03-09 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-09 18:28 [PATCH/RFC] Migrate-on-fault prototype 1/5 V0.1 - separate unmap from radix tree replace Lee Schermerhorn
2006-03-09 18:40 ` Dave Hansen
2006-03-09 19:05   ` Lee Schermerhorn [this message]
2006-03-09 21:38 ` Lee Schermerhorn

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=1141931156.6393.48.camel@localhost.localdomain \
    --to=lee.schermerhorn@hp.com \
    --cc=clameter@sgi.com \
    --cc=haveblue@us.ibm.com \
    --cc=linux-mm@kvack.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.