diff options
Diffstat (limited to 'fs/bcachefs/journal_io.h')
-rw-r--r-- | fs/bcachefs/journal_io.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/bcachefs/journal_io.h b/fs/bcachefs/journal_io.h index 4236b7fc37ff..72e575f360af 100644 --- a/fs/bcachefs/journal_io.h +++ b/fs/bcachefs/journal_io.h @@ -1,9 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_JOURNAL_IO_H #define _BCACHEFS_JOURNAL_IO_H -struct bkey_i *bch2_journal_find_btree_root(struct bch_fs *, struct jset *, - enum btree_id, unsigned *); - /* * Only used for holding the journal entries we read in btree_journal_read() * during cache_registration @@ -39,7 +37,6 @@ static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, int bch2_journal_read(struct bch_fs *, struct list_head *); -int bch2_journal_entry_sectors(struct journal *); void bch2_journal_write(struct closure *); #endif /* _BCACHEFS_JOURNAL_IO_H */ |