diff options
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 35ae835e9698..9f3d79dac33b 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h | |||
@@ -264,8 +264,7 @@ struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, | |||
264 | struct ocfs2_journal_handle *handle, | 264 | struct ocfs2_journal_handle *handle, |
265 | int max_buffs); | 265 | int max_buffs); |
266 | void ocfs2_commit_trans(struct ocfs2_journal_handle *handle); | 266 | void ocfs2_commit_trans(struct ocfs2_journal_handle *handle); |
267 | int ocfs2_extend_trans(struct ocfs2_journal_handle *handle, | 267 | int ocfs2_extend_trans(handle_t *handle, int nblocks); |
268 | int nblocks); | ||
269 | 268 | ||
270 | /* | 269 | /* |
271 | * Create access is for when we get a newly created buffer and we're | 270 | * Create access is for when we get a newly created buffer and we're |