From: Mark Fasheh Date: Thu, 5 Oct 2006 21:15:36 +0000 (-0700) Subject: ocfs2: have ocfs2_extend_trans() take handle_t X-Git-Tag: v2.6.20-rc1~34^2~40^2~4^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc581467e52546195c7ee8233a34d63c1cc1322;p=pandora-kernel.git 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 --- Reading git-diff-tree failed