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, 30 Jun 2009 13:44:19 -0400 Message-ID: <20090630174419.GA15102@infradead.org> References: <1245088797-29533-1-git-send-email-jack@suse.cz> <20090616143424.GA22002@infradead.org> <20090616144217.GA18063@duck.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , 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]:39567 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753346AbZF3RoQ (ORCPT ); Tue, 30 Jun 2009 13:44:16 -0400 Content-Disposition: inline In-Reply-To: <20090616144217.GA18063@duck.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jun 16, 2009 at 04:42:17PM +0200, Jan Kara wrote: > Good point, I should have mentioned in the changelog: fsx-linux is able > to trigger the problem quite quickly. > I have also written a simple program for initial testing of the fix > (works only for 1K blocksize and 4K pagesize) - it's attached. I haven't been able to trigger anything with it on either xfs or ext4.