git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae8583
)
ocfs2: remove handle argument to ocfs2_start_trans()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Tue, 10 Oct 2006 00:26:22 +0000
(17:26 -0700)
committer
Mark 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