commit | 1fc581467e52546195c7ee8233a34d63c1cc1322 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Oct 05 14:15:36 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Dec 01 18:27:04 2006 -0800 |
tree | 7aa909dfd9f48c29c7e086aa6c929c8444b461a8 | |
parent | 01ddf1e186b3b12b38c9e44912e0fd6a1cbc882b [diff] |
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>