aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTao Ma <tao.ma@oracle.com>2010-08-01 23:02:14 -0400
committerJoel Becker <joel.becker@oracle.com>2010-09-10 11:40:18 -0400
commit17ae521158d6fe89cfdd00a9990aa40d02e81391 (patch)
treea7b258e102dc6800b63e79b7bf1e329245846f27 /fs
parentf9c57ada32ea3f2e12600cf274035fff063b2e0f (diff)
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/ocfs2/journal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index 5787802c2d6a..faa2303dbf0a 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -341,9 +341,6 @@ finally:
341 return status; 341 return status;
342} 342}
343 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. */
347handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) 344handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs)
348{ 345{
349 journal_t *journal = osb->journal->j_journal; 346 journal_t *journal = osb->journal->j_journal;