diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-09 19:50:32 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 21:28:13 -0500 |
commit | dae85832ffe2879b57b23aea319a0ec17667898d (patch) | |
tree | a55d415868cef92c5a58e6282207413201063f4a /fs/ocfs2/journal.c | |
parent | 02dc1af44e9fa4b8801169891b3a1ba4047537ad (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.c')
-rw-r--r-- | fs/ocfs2/journal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c index 00402e749fc6..81fb917475fd 100644 --- a/fs/ocfs2/journal.c +++ b/fs/ocfs2/journal.c | |||
@@ -122,8 +122,6 @@ static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) | |||
122 | } | 122 | } |
123 | retval->k_handle = NULL; | 123 | retval->k_handle = NULL; |
124 | 124 | ||
125 | retval->journal = osb->journal; | ||
126 | |||
127 | return retval; | 125 | return retval; |
128 | } | 126 | } |
129 | 127 | ||