summaryrefslogtreecommitdiff
path: root/libbcachefs/journal.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-01-18 23:38:05 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2021-01-25 19:05:19 -0500
commit9fce394ca6d0082ced3612a627cd16e06d84244a (patch)
tree409ffa637938cdfd0e0f2e12391cdd640a575278 /libbcachefs/journal.h
parent4a4a7e01d720eb41ba5572355b379368dde47f72 (diff)
Update bcachefs sources to 313b24b652 bcachefs: Fix an assertion
Diffstat (limited to 'libbcachefs/journal.h')
-rw-r--r--libbcachefs/journal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libbcachefs/journal.h b/libbcachefs/journal.h
index 1db1f190..bda8cb97 100644
--- a/libbcachefs/journal.h
+++ b/libbcachefs/journal.h
@@ -494,11 +494,6 @@ static inline int bch2_journal_error(struct journal *j)
struct bch_dev;
-static inline bool journal_flushes_device(struct bch_dev *ca)
-{
- return true;
-}
-
static inline void bch2_journal_set_replay_done(struct journal *j)
{
BUG_ON(!test_bit(JOURNAL_STARTED, &j->flags));