commit | 22401e7b7a686bff02549cd648ba6f73f8dba868 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Mon Apr 28 14:19:23 2014 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Mon Apr 28 14:19:23 2014 +0200 |
tree | 06f0b70ff09fcb9f26c4c8cfe76e4487296bebdb | |
parent | 93d2269d2ffb871fdfc5555cb5d4a7c0fc56e7fe [diff] |
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>