Skip to content

Commit

Permalink
ocfs2: Remove obsolete comments before ocfs2_start_trans.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
  • Loading branch information
Tao Ma authored and Joel Becker committed Sep 10, 2010
1 parent f9c57ad commit 17ae521
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
return status;
}

/* pass it NULL and it will allocate a new handle object for you. If
* you pass it a handle however, it may still return error, in which
* case it has free'd the passed handle for you. */
handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
{
journal_t *journal = osb->journal->j_journal;
Expand Down

0 comments on commit 17ae521

Please sign in to comment.