Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 5 Jul 2002 05:24:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 5 Jul 2002 05:24:47 -0400 Received: from nat-pool-rdu.redhat.com ([66.187.233.200]:2459 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Fri, 5 Jul 2002 05:24:47 -0400 Date: Fri, 5 Jul 2002 08:59:17 +0100 From: Stephen Tweedie To: "Stephen C. Tweedie" , Andrew Morton , LKML Subject: Re: Automatically mount or remount EXT3 partitions with EXT2 when alaptop is powered by a battery? Message-ID: <20020705085917.F27198@redhat.com> References: <1024948946.30229.19.camel@turbulence.megapathdsl.net> <3D18A273.284F8EDD@zip.com.au> <20020628215942.GA3679@pelks01.extern.uni-tuebingen.de> <20020702131314.B4711@redhat.com> <20020704220511.GA4728@pelks01.extern.uni-tuebingen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020704220511.GA4728@pelks01.extern.uni-tuebingen.de>; from kobras@tat.physik.uni-tuebingen.de on Fri, Jul 05, 2002 at 12:05:11AM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 901 Lines: 23 Hi, On Fri, Jul 05, 2002 at 12:05:11AM +0200, Daniel Kobras wrote: > On Tue, Jul 02, 2002 at 01:13:14PM +0100, Stephen C. Tweedie wrote: > > an fsync() on any file or directory on the filesystem will ensure that > > all old transactions have completed, and a sync() will ensure that any > > old transactions are at least on their way to disk. > > With emphasis on 'on the filesystem', I suppose? In other words, if we > have an ext3 fs on /dev/hda1 mounted on /mnt, it is not sufficient to > fsync("/dev/hda1") to flush the transactions, but fsync("/mnt") will do? > (Excuse the sloppy notation.) Right. --Stephen - 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/