From: Miklos Szeredi Date: Mon, 28 Apr 2014 12:19:23 +0000 (+0200) Subject: fuse: clean up fsync X-Git-Tag: omap-for-v3.16/fixes-against-rc1~210^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22401e7b7a686bff02549cd648ba6f73f8dba868;p=pandora-kernel.git fuse: clean up fsync Don't need to start I/O twice (once without i_mutex and one within). Also make sure that even if the userspace filesystem doesn't support FSYNC we do all the steps other than sending the message. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed