]> err.no Git - linux-2.6/commitdiff
ocfs2: remove handle argument to ocfs2_start_trans()
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 10 Oct 2006 00:26:22 +0000 (17:26 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:23 +0000 (18:28 -0800)
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 <mark.fasheh@oracle.com>

No differences found