ocfs2: have ocfs2_extend_trans() take handle_t
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 5 Oct 2006 21:15:36 +0000 (14:15 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:27:04 +0000 (18:27 -0800)
No reason to use our wrapper struct in this function, so take the handle_t
directly.

Also fixes a bug where we were incorrectly setting the handle to NULL in
case of a failure from journal_restart()

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

No differences found