This greatly increases speed on ramfs. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- fs/ramfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ramfs.c b/fs/ramfs.c index 6222550..91001f1 100644 --- a/fs/ramfs.c +++ b/fs/ramfs.c @@ -30,7 +30,7 @@ #include <linux/stat.h> #include <xfuncs.h> -#define CHUNK_SIZE 512 +#define CHUNK_SIZE 4096 struct ramfs_chunk { char *data; -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox