ocfs2: Support commit= mount option
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 7 Nov 2007 22:40:36 +0000 (14:40 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 23:05:42 +0000 (15:05 -0800)
commitd147b3d630edef1d34de6ea819787a1ac1b8603b
treebd417b27fd58fa3c44be6b8451d929f848981ffd
parent0957f00796157564281ea6ff2cea7ef4f897775a
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>
Documentation/filesystems/ocfs2.txt
fs/ocfs2/journal.c
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c