Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031680AbWLABLY (ORCPT ); Thu, 30 Nov 2006 20:11:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031687AbWLABLY (ORCPT ); Thu, 30 Nov 2006 20:11:24 -0500 Received: from mail.parknet.jp ([210.171.160.80]:35339 "EHLO parknet.jp") by vger.kernel.org with ESMTP id S1031680AbWLABLX (ORCPT ); Thu, 30 Nov 2006 20:11:23 -0500 X-AuthUser: hirofumi@parknet.jp To: Nick Piggin Cc: Linux Kernel Mailing List , Andrew Morton , linux-fsdevel@vger.kernel.org Subject: Re: [patch 3/3] fs: fix cont vs deadlock patches References: <20061130072058.GA18004@wotan.suse.de> <20061130072202.GB18004@wotan.suse.de> <20061130072247.GC18004@wotan.suse.de> <20061130113241.GC12579@wotan.suse.de> <87r6vkzinv.fsf@duaron.myhome.or.jp> <20061201002750.GA455@wotan.suse.de> From: OGAWA Hirofumi Date: Fri, 01 Dec 2006 10:11:14 +0900 In-Reply-To: <20061201002750.GA455@wotan.suse.de> (Nick Piggin's message of "Fri\, 1 Dec 2006 01\:27\:50 +0100") Message-ID: <873b80v2rx.fsf@duaron.myhome.or.jp> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 23 Nick Piggin writes: > I would be happy if you come up with a quick fix, I'm just trying to > stamp out a few big bugs in mm. However I did prefer my way of moving > all the exapand code into generic_cont_expand, out of prepare_write, and > avoiding holding the target page locked while we're doing all the expand > work (strictly, you might be able to get away with this, but it is > fragile and ugly). > > AFAIKS, the only reason to use prepare_write is to avoid passing the > get_block into generic_cont_expand? IIRC, because generic_cont_expand is designed as really generic. It can also use for non moronic filesystem. In the case of reiserfs, it ->prepare_write might be necessary. -- OGAWA Hirofumi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/