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~332^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774888bcd646c7055ac69ad4fd0c0fff0827ee39;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: Artem Bityutskiy --- Reading git-diff-tree failed