We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c57ad commit 17ae521Copy full SHA for 17ae521
fs/ocfs2/journal.c
@@ -341,9 +341,6 @@ static int ocfs2_commit_cache(struct ocfs2_super *osb)
341
return status;
342
}
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. */
347
handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
348
{
349
journal_t *journal = osb->journal->j_journal;
0 commit comments