From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: sort out lose ends after the O_SYNC series Date: Wed, 30 Sep 2009 22:16:08 +0200 Message-ID: <20090930201608.GA18503@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, dhowells@redhat.com, dedekind@infradead.org To: jack@suse.cz Return-path: Received: from verein.lst.de ([213.95.11.210]:33998 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752067AbZI3UQ3 (ORCPT ); Wed, 30 Sep 2009 16:16:29 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Sort out some left overs of the O_SYNC series. The first patch removes wait_on_writeback_range after converting the remaining user over to the much better filemap_fdatawait_range interface, and the other two remove some unessecary manual O_SYNC handling in afs and ubifs. All this requires my O_DSYNC patch applied first.