aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-10-09 19:50:32 -0400
committerMark Fasheh <mark.fasheh@oracle.com>2006-12-01 21:28:13 -0500
commitdae85832ffe2879b57b23aea319a0ec17667898d (patch)
treea55d415868cef92c5a58e6282207413201063f4a /fs/ocfs2/journal.h
parent02dc1af44e9fa4b8801169891b3a1ba4047537ad (diff)
ocfs2: remove ocfs2_journal_handle journal field
It is no longer used. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r--fs/ocfs2/journal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h
index d315179d0c07..d96f61abd668 100644
--- a/fs/ocfs2/journal.h
+++ b/fs/ocfs2/journal.h
@@ -135,7 +135,6 @@ static inline void ocfs2_inode_set_new(struct ocfs2_super *osb,
135 135
136struct ocfs2_journal_handle { 136struct ocfs2_journal_handle {
137 handle_t *k_handle; /* kernel handle. */ 137 handle_t *k_handle; /* kernel handle. */
138 struct ocfs2_journal *journal;
139}; 138};
140 139
141/* Exported only for the journal struct init code in super.c. Do not call. */ 140/* Exported only for the journal struct init code in super.c. Do not call. */