[systemd-commits] src/readahead-common.h

Lennart Poettering lennart at kemper.freedesktop.org
Mon Oct 10 16:45:08 PDT 2011


 src/readahead-common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53273a6aefeb27f62c439e25f28c26859023c7df
Author: Paolo Bonzini <bonzini at gnu.org>
Date:   Tue Oct 11 01:43:58 2011 +0200

    readahead: lower max file size for readahead
    
    https://bugs.freedesktop.org/show_bug.cgi?id=41336

diff --git a/src/readahead-common.h b/src/readahead-common.h
index 167df31..9547ad2 100644
--- a/src/readahead-common.h
+++ b/src/readahead-common.h
@@ -27,7 +27,7 @@
 
 #include "macro.h"
 
-#define READAHEAD_FILE_SIZE_MAX (128*1024*1024)
+#define READAHEAD_FILE_SIZE_MAX (10*1024*1024)
 
 int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st);
 



More information about the systemd-commits mailing list