From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 2/3]: afs: remove manual O_SYNC handling Date: Thu, 01 Oct 2009 11:42:46 +0100 Message-ID: <21105.1254393766@redhat.com> References: <20090930201651.GC18503@lst.de> <20090930201608.GA18503@lst.de> Cc: dhowells@redhat.com, jack@suse.cz, linux-fsdevel@vger.kernel.org, dedekind@infradead.org To: Christoph Hellwig Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11236 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756216AbZJAKm5 (ORCPT ); Thu, 1 Oct 2009 06:42:57 -0400 In-Reply-To: <20090930201651.GC18503@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Christoph Hellwig wrote: > generic_file_aio_write already calls into ->fsync to handle O_SYNC/O_DSYNC. > Remove the duplicate manual invocation. > > > Signed-off-by: Christoph Hellwig Acked-by: David Howells