aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-02-09 13:23:39 -0800
committerMark Fasheh <mark.fasheh@oracle.com>2006-02-16 12:04:10 -0800
commit745ae8ba29e729ec922393fa4d9448c385673599 (patch)
tree280e0a766e5b008648942172517b491d6c585a39 /fs/ocfs2/journal.h
parent[PATCH] ocfs2: manually grant remote recovery lock (diff)
downloadlinux-dev-745ae8ba29e729ec922393fa4d9448c385673599.tar.xz
linux-dev-745ae8ba29e729ec922393fa4d9448c385673599.zip
[PATCH] ocfs2: only checkpoint journal when asked to
Disable automatic checkpointing of the journal - this is a relic from older ocfs2 days. Worth quite a bit of performance on longer running single node tests. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to '')
-rw-r--r--fs/ocfs2/journal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h
index 7d0a816184fa..2f3a6acdac45 100644
--- a/fs/ocfs2/journal.h
+++ b/fs/ocfs2/journal.h
@@ -29,8 +29,6 @@
#include <linux/fs.h>
#include <linux/jbd.h>
-#define OCFS2_CHECKPOINT_INTERVAL (8 * HZ)
-
enum ocfs2_journal_state {
OCFS2_JOURNAL_FREE = 0,
OCFS2_JOURNAL_LOADED,