mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user