diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-09 20:26:22 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 21:28:23 -0500 |
commit | 65eff9ccf86d63eb5c3e9071450a36e4e4fa9564 (patch) | |
tree | 3610e008294ce4e5cfbc9abff3c98153f35ed2d4 /fs/ocfs2/journal.h | |
parent | dae85832ffe2879b57b23aea319a0ec17667898d (diff) |
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 <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index d96f61abd668..3c0d15c5e49c 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h | |||
@@ -216,7 +216,6 @@ static inline void ocfs2_checkpoint_inode(struct inode *inode) | |||
216 | * perfectly legal to go through an entire transaction without having | 216 | * perfectly legal to go through an entire transaction without having |
217 | * dirtied any buffers. */ | 217 | * dirtied any buffers. */ |
218 | struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, | 218 | struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, |
219 | struct ocfs2_journal_handle *handle, | ||
220 | int max_buffs); | 219 | int max_buffs); |
221 | void ocfs2_commit_trans(struct ocfs2_super *osb, | 220 | void ocfs2_commit_trans(struct ocfs2_super *osb, |
222 | struct ocfs2_journal_handle *handle); | 221 | struct ocfs2_journal_handle *handle); |