From: Mark Fasheh Date: Tue, 10 Oct 2006 00:26:22 +0000 (-0700) Subject: ocfs2: remove handle argument to ocfs2_start_trans() X-Git-Tag: v2.6.20-rc1~34^2~40^2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65eff9ccf86d63eb5c3e9071450a36e4e4fa9564;p=pandora-kernel.git ocfs2: remove handle argument to ocfs2_start_trans() All callers either pass in NULL directly, or a local variable that is already set to NULL. The internals of ocfs2_start_trans() get a nice cleanup as a result. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed