Skip to content

Commit 17ae521

Browse files
Tao MaJoel Becker
Tao Ma
authored and
Joel Becker
committed
ocfs2: Remove obsolete comments before ocfs2_start_trans.
Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
1 parent f9c57ad commit 17ae521

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/ocfs2/journal.c

-3
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
341341
return status;
342342
}
343343

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. */
347344
handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
348345
{
349346
journal_t *journal = osb->journal->j_journal;

0 commit comments

Comments
 (0)