From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/10] Fix page_mkwrite() for blocksize < pagesize (version 3) Date: Tue, 16 Jun 2009 10:34:24 -0400 Message-ID: <20090616143424.GA22002@infradead.org> References: <1245088797-29533-1-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, npiggin@suse.de To: Jan Kara Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:50055 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbZFPOeW (ORCPT ); Tue, 16 Jun 2009 10:34:22 -0400 Content-Disposition: inline In-Reply-To: <1245088797-29533-1-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jun 15, 2009 at 07:59:47PM +0200, Jan Kara wrote: > > patches below are an attempt to solve problems filesystems have with > page_mkwrite() when blocksize < pagesize (see the changelog of the second patch > for details). It would be useful if you had a test case reproducing these issues, so that I can verify how well your patches work in various scenarios.