From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/16] Make O_SYNC handling use standard syncing path (version 4) Date: Wed, 2 Sep 2009 15:59:10 +0200 Message-ID: <1251899966-7316-1-git-send-email-jack@suse.cz> Cc: LKML , hch@lst.de To: linux-fsdevel@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:41758 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752294AbZIBN70 (ORCPT ); Wed, 2 Sep 2009 09:59:26 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, here is a new version of my O_SYNC cleanup patches. There are two minor changes since last time. XFS now uses filemap_write_and_wait() as Christoph asked and generic syncing function has been renamed to vfs_fsync_range() and the flags controling it are gone and it has just a single datasync flag as other syncing functions. If noone objects, I think the patch series is ready to be put in linux-next. Honza