From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 16/21] FS-Cache: Release page->private in failed readahead Date: Thu, 6 Jul 2006 18:56:26 -0700 Message-ID: <20060706185626.e2b9a6f6.akpm@osdl.org> References: <20060706145424.18779.55583.stgit@lade.trondhjem.org> <20060706151057.18779.29653.stgit@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, David Howells Return-path: Received: from smtp.osdl.org ([65.172.181.4]:31617 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751139AbWGGB4k (ORCPT ); Thu, 6 Jul 2006 21:56:40 -0400 To: Trond Myklebust In-Reply-To: <20060706151057.18779.29653.stgit@lade.trondhjem.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, 06 Jul 2006 11:10:58 -0400 Trond Myklebust wrote: > +static inline void read_cache_pages_release_page(struct address_space *mapping, > + struct page *page) This has two callsites and is too large to inline. I've already fixed this once: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17-rc4/2.6.17-rc4-mm1/broken-out/fs-cache-release-page-private-in-failed-readahead-uninlining.patch Did any other patches got lost? (and signed-off-bys..)