From: Mark Fasheh Date: Wed, 7 Nov 2007 22:40:36 +0000 (-0800) Subject: ocfs2: Support commit= mount option X-Git-Tag: v2.6.25-rc1~1232^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d147b3d630edef1d34de6ea819787a1ac1b8603b;p=pandora-kernel.git ocfs2: Support commit= mount option Mostly taken from ext3. This allows the user to set the jbd commit interval, in seconds. The default of 5 seconds stays the same, but now users can easily increase the commit interval. Typically, this would be increased in order to benefit performance at the expense of data-safety. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed