commit | 50655ae9e91d272d48997bada59efe166aa5e343 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Sep 11 15:53:07 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:31 2009 -0800 |
tree | ca821943897781fe4852c6ac447ccb4760ec8c65 | |
parent | d6b32bbb3eae3fb787f1c33bf9f767ca1ddeb208 [diff] |
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>