diff --git a/[refs] b/[refs] index 080ce5a3f95c..58742be7e395 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f9c57ada32ea3f2e12600cf274035fff063b2e0f +refs/heads/master: 17ae521158d6fe89cfdd00a9990aa40d02e81391 diff --git a/trunk/fs/ocfs2/journal.c b/trunk/fs/ocfs2/journal.c index 5787802c2d6a..faa2303dbf0a 100644 --- a/trunk/fs/ocfs2/journal.c +++ b/trunk/fs/ocfs2/journal.c @@ -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;