From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by py-out-1112.google.com with SMTP id i49so1504805pyi for ; Mon, 26 Jun 2006 02:29:41 -0700 (PDT) Message-ID: <6bffcb0e0606260229i219d4f43m629986d5d3563ccb@mail.gmail.com> Date: Mon, 26 Jun 2006 11:29:41 +0200 From: "Michal Piotrowski" Subject: Re: [patch] 2.6.17: lockless pagecache In-Reply-To: <449F7857.4070806@yahoo.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060625163930.GB3006@wotan.suse.de> <6bffcb0e0606251026gbd121dam83c1b763b8cba02d@mail.gmail.com> <449F7857.4070806@yahoo.com.au> Sender: owner-linux-mm@kvack.org Return-Path: To: Nick Piggin Cc: Nick Piggin , Linux Kernel Mailing List , Linux Memory Management List List-ID: On 26/06/06, Nick Piggin wrote: > Michal Piotrowski wrote: > > Hi Nick, > > > > On 25/06/06, Nick Piggin 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? Sorry for noise - it's 2.6.17 problem. I didn't notice this. Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/wiki/) -- 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: email@kvack.org