From: Christoph Hellwig Date: Wed, 30 Sep 2009 20:17:16 +0000 (+0200) Subject: ubifs: remove manual O_SYNC handling X-Git-Tag: v2.6.33-rc1~311^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ced58f73554e9d9609a790c5164d10ef91ce8ff;p=pandora-kernel.git ubifs: remove manual O_SYNC handling generic_file_aio_write already calls into ->fsync to handle O_SYNC/O_DSYNC. Remove the duplicate call to ubifs_sync_wbufs_by_inode which is already covered by ubifs_fsync. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed