ocfs2: remove ocfs2_journal_handle journal field

It is no longer used.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
Mark Fasheh
2006-10-09 16:50:32 -07:00
父節點 02dc1af44e
當前提交 dae85832ff
共有 2 個文件被更改,包括 0 次插入3 次删除

查看文件

@@ -135,7 +135,6 @@ static inline void ocfs2_inode_set_new(struct ocfs2_super *osb,
struct ocfs2_journal_handle {
handle_t *k_handle; /* kernel handle. */
struct ocfs2_journal *journal;
};
/* Exported only for the journal struct init code in super.c. Do not call. */