aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ocfs2/journal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index 5787802c2d6a..faa2303dbf0a 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -341,9 +341,6 @@ finally:
341 return status; 341 return status;
342} 342}
343 343
344/* pass it NULL and it will allocate a new handle object for you. If
345 * you pass it a handle however, it may still return error, in which
346 * case it has free'd the passed handle for you. */
347handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) 344handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
348{ 345{
349 journal_t *journal = osb->journal->j_journal; 346 journal_t *journal = osb->journal->j_journal;