From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753499AbYI2ONv (ORCPT ); Mon, 29 Sep 2008 10:13:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751868AbYI2ONl (ORCPT ); Mon, 29 Sep 2008 10:13:41 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:48132 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbYI2ONk (ORCPT ); Mon, 29 Sep 2008 10:13:40 -0400 Date: Mon, 29 Sep 2008 10:13:26 -0400 From: Christoph Hellwig To: Takashi Sato Cc: Ric Wheeler , Christoph Hellwig , Andrew Morton , Oleg Nesterov , linux-fsdevel@vger.kernel.org, dm-devel@redhat.com, viro@ZenIV.linux.org.uk, linux-ext4@vger.kernel.org, xfs@oss.sgi.com, axboe@kernel.dk, mtk.manpages@googlemail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] Add timeout feature Message-ID: <20080929141326.GA31781@infradead.org> References: <20080908205337t-sato@mail.jp.nec.com> <20080908171119.GB22521@infradead.org> <48DBFD42.6030307@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 26, 2008 at 05:52:35PM +0900, Takashi Sato wrote: > I think that your concern is that the freezer cannot recognize the occurrence > of a timeout and it continues the backup process and the backup data is > corrupted finally. What timeout should happen? the freeze ioctl must not return until the filesystem is a clean state and all writes are blocked.