Loading fs/ocfs2/journal.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/ocfs2/journal.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading