commit | d147b3d630edef1d34de6ea819787a1ac1b8603b | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Nov 07 14:40:36 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jan 25 15:05:42 2008 -0800 |
tree | bd417b27fd58fa3c44be6b8451d929f848981ffd | |
parent | 0957f00796157564281ea6ff2cea7ef4f897775a [diff] |
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 <mark.fasheh@oracle.com>