From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 2/2] fcntl.h comment: Fix typo regarding O_SYNC Date: Fri, 16 Jul 2010 11:00:30 +0100 Message-ID: <8130.1279274430@redhat.com> References: <1279214957-10235-2-git-send-email-ted@tedp.id.au> <1279214957-10235-1-git-send-email-ted@tedp.id.au> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35321 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964895Ab0GPKAp (ORCPT ); Fri, 16 Jul 2010 06:00:45 -0400 In-Reply-To: <1279214957-10235-2-git-send-email-ted@tedp.id.au> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ted Percival Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, Ted Percival Ted Percival wrote: > +/* open/fcntl - O_SYNC is only implemented on block devices and on files > located on an ext2 file system */ Is this comment still true about the fact that, with respect to files, this is only implemented on ext2? David