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:
65eff9c
)
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
author
Mark Fasheh
<mark.fasheh@oracle.com>
Tue, 10 Oct 2006 01:11:45 +0000
(18:11 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:28 +0000
(18:28 -0800)
This is mostly a search and replace as ocfs2_journal_handle is now no more
than a container for a handle_t pointer.
ocfs2_commit_trans() becomes very straight forward, and we remove some out
of date comments / code.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found