X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Flru.h;h=7a3be20a8523e423b7c03222ebef679893e65f10;hb=c99a444c5cc242a89845be83236aacd7db628ef5;hp=adb98429248ef3ceee4b34f34d05417fbe3a1ce8;hpb=619c99de4be8f0618e7c4cb65039de2aa1e2536c;p=bcachefs-tools-debian diff --git a/libbcachefs/lru.h b/libbcachefs/lru.h index adb9842..7a3be20 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);