Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932197AbVJVKPz (ORCPT ); Sat, 22 Oct 2005 06:15:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932211AbVJVKPz (ORCPT ); Sat, 22 Oct 2005 06:15:55 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:24475 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932197AbVJVKPy (ORCPT ); Sat, 22 Oct 2005 06:15:54 -0400 Date: Sat, 22 Oct 2005 11:15:52 +0100 From: Christoph Hellwig To: OGAWA Hirofumi Cc: linux-kernel@vger.kernel.org Subject: Re: [EXPERIMENT,RFC] FAT: Add "flush" option for hotplug devices Message-ID: <20051022101552.GA2403@infradead.org> Mail-Followup-To: Christoph Hellwig , OGAWA Hirofumi , linux-kernel@vger.kernel.org References: <871x2gf8f5.fsf@devron.myhome.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871x2gf8f5.fsf@devron.myhome.or.jp> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 14 > +++ linux-2.6.14-rc4-hirofumi/fs/fat/flush.c 2005-10-21 00:25:22.000000000 +0900 > @@ -0,0 +1,90 @@ > +/* > + * Copyright (C) 2005, OGAWA Hirofumi > + * Released under GPL v2. > Except for placing the flush time in the msdosfs SB there is nothing filesystem-specific in this file. Please place it in generic code, that way there's no reason to export all these deeply internal symbols either. - 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/