aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h
diff options
context:
space:
mode:
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. */