linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <nickpiggin@yahoo.com.au>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: Nick Piggin <npiggin@suse.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [patch] 2.6.17: lockless pagecache
Date: Mon, 26 Jun 2006 16:01:59 +1000	[thread overview]
Message-ID: <449F7857.4070806@yahoo.com.au> (raw)
In-Reply-To: <6bffcb0e0606251026gbd121dam83c1b763b8cba02d@mail.gmail.com>

Michal Piotrowski wrote:
> Hi Nick,
> 
> On 25/06/06, Nick Piggin <npiggin@suse.de> wrote:
> 
>> Updated lockless pagecache patchset available here:
>>
>> ftp://ftp.kernel.org/pub/linux/kernel/people/npiggin/patches/lockless/2.6.17/lockless.patch.gz 
>>
>>
> 
> "make O=/dir oldconfig" doesn't work.
> 
> [michal@ltg01-fedora linux-work]$ LANG="C" make O=../linux-work-obj/ 
> oldconfig

Hmm, I can't see how I did that.

npiggin@didi:~/x$ zcat lockless.patch.gz | diffstat
  drivers/mtd/devices/block2mtd.c |    7 -
  fs/buffer.c                     |    4
  fs/inode.c                      |    2
  include/asm-arm/cacheflush.h    |    4
  include/asm-parisc/cacheflush.h |    4
  include/linux/fs.h              |    2
  include/linux/mm.h              |    6
  include/linux/page-flags.h      |   26 ++--
  include/linux/pagemap.h         |   74 ++++++++++++
  include/linux/radix-tree.h      |   67 +++++++++++
  include/linux/swap.h            |    1
  lib/radix-tree.c                |  240 +++++++++++++++++++++++++++------------
  mm/filemap.c                    |  242 ++++++++++++++++++++++++++++++----------
  mm/hugetlb.c                    |    8 -
  mm/migrate.c                    |   21 ++-
  mm/page-writeback.c             |   40 ++----
  mm/readahead.c                  |    7 -
  mm/swap_state.c                 |   43 +++++--
  mm/swapfile.c                   |    6
  mm/truncate.c                   |    6
  mm/vmscan.c                     |   20 ++-
  21 files changed, 619 insertions(+), 211 deletions(-)

I recall there was a bit of noise recently about problems building
into an external working directory?

-- 
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.com 

--
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-06-26  6:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-25 16:39 Nick Piggin
2006-06-25 17:26 ` Michal Piotrowski
2006-06-26  6:01   ` Nick Piggin [this message]
2006-06-26  9:29     ` Michal Piotrowski
2006-06-25 17:55 ` Michal Piotrowski
2006-06-26  6:04   ` Nick Piggin

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=449F7857.4070806@yahoo.com.au \
    --to=nickpiggin@yahoo.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=michal.k.k.piotrowski@gmail.com \
    --cc=npiggin@suse.de \
    /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