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)
commit1fc581467e52546195c7ee8233a34d63c1cc1322
tree7aa909dfd9f48c29c7e086aa6c929c8444b461a8
parent01ddf1e186b3b12b38c9e44912e0fd6a1cbc882b
ocfs2: have ocfs2_extend_trans() take handle_t

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>
fs/ocfs2/alloc.c
fs/ocfs2/file.c
fs/ocfs2/journal.c
fs/ocfs2/journal.h