commit | 3121bfe7631126d1b13064855ac2cfa164381bb0 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Thu Apr 09 17:37:53 2009 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Thu Apr 09 17:37:53 2009 +0200 |
tree | 18cb4b7eba9783682df5d8c2799f87cbe55ca610 | |
parent | ce60a2f15764f296b0467960759351702c7d2986 [diff] |
fuse: fix "direct_io" private mmap MAP_PRIVATE mmap could return stale data from the cache for "direct_io" files. Fix this by flushing the cache on mmap. Found with a slightly modified fsx-linux. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>