commit | 5ced58f73554e9d9609a790c5164d10ef91ce8ff | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 30 22:17:16 2009 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Dec 10 15:02:51 2009 +0100 |
tree | adb14893b7b7e65fcd239ca4b0b5650e25b93687 | |
parent | 027cf316afff03d310281709314fbc0899984759 [diff] |
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 <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>