ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 10 Oct 2006 01:11:45 +0000 (18:11 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:28 +0000 (18:28 -0800)
This is mostly a search and replace as ocfs2_journal_handle is now no more
than a container for a handle_t pointer.

ocfs2_commit_trans() becomes very straight forward, and we remove some out
of date comments / code.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found