[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090805134607.GH11385@basil.fritz.box>
Date: Wed, 5 Aug 2009 15:46:08 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Nick Piggin <npiggin@...e.de>
Cc: Andi Kleen <andi@...stfloor.org>, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
fengguang.wu@...el.com, hidehiro.kawai.ez@...achi.com
Subject: Re: [PATCH] [11/19] HWPOISON: Refactor truncate to allow direct
truncating of page v2
On Wed, Aug 05, 2009 at 12:20:08PM +0200, Nick Piggin wrote:
> > truncate_complete_page(struct address_space *mapping, struct page *page)
> > {
> > if (page->mapping != mapping)
> > - return;
> > + return -EIO;
>
> Hmm, at this point, the page must have been removed from pagecache,
> so I don't know if you need to pass an error back?
It could be reused, which would be bad for us?
The final check is the page error count in the end anyways.
-Andi
--
ak@...ux.intel.com -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists