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>
This commit is contained in:
parent
f9c57ada32
commit
17ae521158
1 changed files with 0 additions and 3 deletions
|
@ -341,9 +341,6 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
|
||||||
return status;
|
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)
|
handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
|
||||||
{
|
{
|
||||||
journal_t *journal = osb->journal->j_journal;
|
journal_t *journal = osb->journal->j_journal;
|
||||||
|
|
Loading…
Reference in a new issue