ocfs2: Add journal_access functions with jbd2 triggers.
authorJoel Becker <joel.becker@oracle.com>
Thu, 11 Sep 2008 22:53:07 +0000 (15:53 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:31 +0000 (08:40 -0800)
commit50655ae9e91d272d48997bada59efe166aa5e343
treeca821943897781fe4852c6ac447ccb4760ec8c65
parentd6b32bbb3eae3fb787f1c33bf9f767ca1ddeb208
ocfs2: Add journal_access functions with jbd2 triggers.

We create wrappers for ocfs2_journal_access() that are specific to the
type of metadata block.  This allows us to associate jbd2 commit
triggers with the block.  The triggers will compute metadata ecc in a
future commit.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/journal.c
fs/ocfs2/journal.h