From: Tao Ma Date: Mon, 2 Aug 2010 03:02:14 +0000 (+0800) Subject: ocfs2: Remove obsolete comments before ocfs2_start_trans. X-Git-Tag: v2.6.37-rc1~182^2~15 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=17ae521158d6fe89cfdd00a9990aa40d02e81391;p=~emulex%2Finfiniband.git ocfs2: Remove obsolete comments before ocfs2_start_trans. Signed-off-by: Tao Ma Signed-off-by: Joel Becker --- diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c index 5787802c2d6..faa2303dbf0 100644 --- a/fs/ocfs2/journal.c +++ b/fs/ocfs2/journal.c @@ -341,9 +341,6 @@ finally: 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;