summaryrefslogtreecommitdiff
path: root/libbcachefs/buckets_waiting_for_journal.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-02-13 04:07:30 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2022-02-13 04:08:33 -0500
commita1d66a2a4e7c536b2b722f6b1758d36f00ae3c55 (patch)
tree1446915a155d53014174e37452887a9e5880b88a /libbcachefs/buckets_waiting_for_journal.h
parent9c79275419a92de852536cdb3f2fde954c10bc31 (diff)
Update bcachefs sources to ba398d2906 bcachefs: Fix reflink repair code
Diffstat (limited to 'libbcachefs/buckets_waiting_for_journal.h')
-rw-r--r--libbcachefs/buckets_waiting_for_journal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbcachefs/buckets_waiting_for_journal.h b/libbcachefs/buckets_waiting_for_journal.h
index 079a591c..d2ae19cb 100644
--- a/libbcachefs/buckets_waiting_for_journal.h
+++ b/libbcachefs/buckets_waiting_for_journal.h
@@ -4,8 +4,10 @@
#include "buckets_waiting_for_journal_types.h"
-bool bch2_bucket_needs_journal_commit(struct bch_fs *, u64, unsigned, u64);
-int bch2_set_bucket_needs_journal_commit(struct bch_fs *, unsigned, u64, u64);
+bool bch2_bucket_needs_journal_commit(struct buckets_waiting_for_journal *,
+ u64, unsigned, u64);
+int bch2_set_bucket_needs_journal_commit(struct buckets_waiting_for_journal *,
+ u64, unsigned, u64, u64);
void bch2_fs_buckets_waiting_for_journal_exit(struct bch_fs *);
int bch2_fs_buckets_waiting_for_journal_init(struct bch_fs *);