From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Making fsync() optional Date: Thu, 15 Sep 2005 21:01:29 -0400 Message-ID: References: <87oe6yf5o9.fsf@pacem.orebokech.com> <87mzmgsudo.fsf@pacem.orebokech.com> <87wtli4t3t.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1126832872 771 80.91.229.2 (16 Sep 2005 01:07:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2005 01:07:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 16 03:07:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EG4go-0007bH-VN for ged-emacs-devel@m.gmane.org; Fri, 16 Sep 2005 03:06:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EG4go-0003Ld-Ca for ged-emacs-devel@m.gmane.org; Thu, 15 Sep 2005 21:06:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EG4ea-00030F-PU for emacs-devel@gnu.org; Thu, 15 Sep 2005 21:04:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EG4eK-0002qj-Jk for emacs-devel@gnu.org; Thu, 15 Sep 2005 21:04:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EG4eK-0002p8-9a for emacs-devel@gnu.org; Thu, 15 Sep 2005 21:04:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EG4ba-0001bp-I0 for emacs-devel@gnu.org; Thu, 15 Sep 2005 21:01:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EG4bZ-0000RS-EF; Thu, 15 Sep 2005 21:01:29 -0400 Original-To: Romain Francoise In-reply-to: <87wtli4t3t.fsf@pacem.orebokech.com> (message from Romain Francoise on Thu, 15 Sep 2005 10:45:26 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42973 Archived-At: > It seems really dumb if there is no way for the CPU to tell the disk, > "Write these blocks now, and tell me when you're done." There is a way, but when the drive reports that it has written the blocks it may just have stored them in its write cache. How stupid, to make a feature like that not work!