]> err.no Git - linux-2.6/commitdiff
ocfs2: remove ocfs2_journal_handle journal field
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 9 Oct 2006 23:50:32 +0000 (16:50 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:13 +0000 (18:28 -0800)
It is no longer used.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/journal.c
fs/ocfs2/journal.h

index 00402e749fc6cd9f28b273730593de7548604739..81fb917475fd70ba00b8c63d8592fea18cc8a864 100644 (file)
@@ -122,8 +122,6 @@ static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb)
        }
        retval->k_handle = NULL;
 
-       retval->journal = osb->journal;
-
        return retval;
 }
 
index d315179d0c07bfec44ea9a1f4138a67693acb68a..d96f61abd6685ebd60f6a66eecd0ce43041d8296 100644 (file)
@@ -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. */