fuse: clean up fsync
authorMiklos Szeredi <mszeredi@suse.cz>
Mon, 28 Apr 2014 12:19:23 +0000 (14:19 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 28 Apr 2014 12:19:23 +0000 (14:19 +0200)
commit22401e7b7a686bff02549cd648ba6f73f8dba868
tree06f0b70ff09fcb9f26c4c8cfe76e4487296bebdb
parent93d2269d2ffb871fdfc5555cb5d4a7c0fc56e7fe
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 <mszeredi@suse.cz>
fs/fuse/file.c