Commit 17ae5211 authored by Tao Ma's avatar Tao Ma Committed by Joel Becker

ocfs2: Remove obsolete comments before ocfs2_start_trans.

Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent f9c57ada
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment