From 6dc6fde641eb445f7daac05542abff7da1d9b6d8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 17 May 2016 16:09:22 -0400 Subject: [PATCH] update info on mmap bug and when it was fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32ffbee1..e60b42bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ % mergerfs(1) mergerfs user manual % Antonio SJ Musumeci -% 2016-05-03 +% 2016-05-17 # NAME @@ -317,7 +317,7 @@ Be sure to turn off `direct_io`. rtorrent and some other applications use [mmap] #### mmap performance is really bad -There [appears to be a bug](https://lkml.org/lkml/2016/3/16/260) in caching which affects overall performance of mmap through FUSE in Linux 4.x kernels. +There [is a bug](https://lkml.org/lkml/2016/3/16/260) in caching which affects overall performance of mmap through FUSE in Linux 4.x kernels. It is fixed in [4.4.10 and 4.5.4](https://lkml.org/lkml/2016/5/11/59). #### Trashing files occasionally fails