From 0143f8eb8afcaccba5a78196fb3db4361e0097a7 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 9 Feb 2009 21:25:32 -0800 Subject: [PATCH] jbd: longer commit interval ... 5 seconds is rather harsh on ssd's.. Signed-off-by: Arjan van de Ven --- include/linux/jbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.29/include/linux/jbd.h =================================================================== --- linux-2.6.29.orig/include/linux/jbd.h +++ linux-2.6.29/include/linux/jbd.h @@ -46,7 +46,7 @@ /* * The default maximum commit age, in seconds. */ -#define JBD_DEFAULT_MAX_COMMIT_AGE 5 +#define JBD_DEFAULT_MAX_COMMIT_AGE 15 #ifdef CONFIG_JBD_DEBUG /*