Loading fs/ocfs2/journal.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -122,8 +122,6 @@ static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) } } retval->k_handle = NULL; retval->k_handle = NULL; retval->journal = osb->journal; return retval; return retval; } } Loading fs/ocfs2/journal.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -135,7 +135,6 @@ static inline void ocfs2_inode_set_new(struct ocfs2_super *osb, struct ocfs2_journal_handle { struct ocfs2_journal_handle { handle_t *k_handle; /* kernel 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. */ /* Exported only for the journal struct init code in super.c. Do not call. */ Loading Loading
fs/ocfs2/journal.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -122,8 +122,6 @@ static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) } } retval->k_handle = NULL; retval->k_handle = NULL; retval->journal = osb->journal; return retval; return retval; } } Loading
fs/ocfs2/journal.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -135,7 +135,6 @@ static inline void ocfs2_inode_set_new(struct ocfs2_super *osb, struct ocfs2_journal_handle { struct ocfs2_journal_handle { handle_t *k_handle; /* kernel 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. */ /* Exported only for the journal struct init code in super.c. Do not call. */ Loading