summaryrefslogtreecommitdiff
path: root/libbcachefs/lru.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/lru.h')
-rw-r--r--libbcachefs/lru.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/lru.h b/libbcachefs/lru.h
index adb98429..7a3be20a 100644
--- a/libbcachefs/lru.h
+++ b/libbcachefs/lru.h
@@ -43,7 +43,8 @@ static inline enum bch_lru_type lru_type(struct bkey_s_c l)
return BCH_LRU_read;
}
-int bch2_lru_invalid(const struct bch_fs *, struct bkey_s_c, unsigned, struct printbuf *);
+int bch2_lru_invalid(const struct bch_fs *, struct bkey_s_c,
+ enum bkey_invalid_flags, struct printbuf *);
void bch2_lru_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c);
void bch2_lru_pos_to_text(struct printbuf *, struct bpos);