aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r--fs/ocfs2/journal.h1
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. */
218struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, 218struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb,
219 struct ocfs2_journal_handle *handle,
220 int max_buffs); 219 int max_buffs);
221void ocfs2_commit_trans(struct ocfs2_super *osb, 220void ocfs2_commit_trans(struct ocfs2_super *osb,
222 struct ocfs2_journal_handle *handle); 221 struct ocfs2_journal_handle *handle);