diff options
author | Tao Ma <tao.ma@oracle.com> | 2010-08-02 11:02:14 +0800 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-09-10 08:40:18 -0700 |
commit | 17ae521158d6fe89cfdd00a9990aa40d02e81391 (patch) | |
tree | a7b258e102dc6800b63e79b7bf1e329245846f27 /fs/ocfs2 | |
parent | f9c57ada32ea3f2e12600cf274035fff063b2e0f (diff) | |
download | linux-3.10-17ae521158d6fe89cfdd00a9990aa40d02e81391.tar.gz linux-3.10-17ae521158d6fe89cfdd00a9990aa40d02e81391.tar.bz2 linux-3.10-17ae521158d6fe89cfdd00a9990aa40d02e81391.zip |
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/ocfs2')
-rw-r--r-- | fs/ocfs2/journal.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |