aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/lru.h
diff options
context:
space:
mode:
authorGravatar Kent Overstreet <kent.overstreet@gmail.com> 2022-05-14 06:58:51 -0400
committerGravatar Kent Overstreet <kent.overstreet@linux.dev> 2023-10-22 17:09:32 -0400
commitd8a161ad5493016aa6eba8853990456aa78316c9 (patch)
treec9ae4377cfbe748f12d4e145f41caa511e0e0641 /fs/bcachefs/lru.h
parentbcachefs: Delete bch_writepage (diff)
downloadlinux-d8a161ad5493016aa6eba8853990456aa78316c9.tar.gz
linux-d8a161ad5493016aa6eba8853990456aa78316c9.tar.bz2
linux-d8a161ad5493016aa6eba8853990456aa78316c9.zip
bcachefs: LRU repair tweaks
- Drop old unneeded parameter for whether we're in initial GC - which was from when btree updates had to be done differently before we went RW. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/lru.h')
-rw-r--r--fs/bcachefs/lru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/lru.h b/fs/bcachefs/lru.h
index bfe38a67e585..3decb7b1dde2 100644
--- a/fs/bcachefs/lru.h
+++ b/fs/bcachefs/lru.h
@@ -14,6 +14,6 @@ int bch2_lru_delete(struct btree_trans *, u64, u64, u64, struct bkey_s_c);
int bch2_lru_set(struct btree_trans *, u64, u64, u64 *);
int bch2_lru_change(struct btree_trans *, u64, u64, u64, u64 *, struct bkey_s_c);
-int bch2_check_lrus(struct bch_fs *, bool);
+int bch2_check_lrus(struct bch_fs *);
#endif /* _BCACHEFS_LRU_H */