From 7243498de74d32d0afe3b923cd893a6b49f70c3c Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 24 Dec 2021 02:55:11 -0500 Subject: bcachefs: Kill non-lru cache replacement policies Prep work for persistent LRUs and getting rid of the in memory bucket array. Signed-off-by: Kent Overstreet --- fs/bcachefs/super_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/bcachefs/super_types.h') diff --git a/fs/bcachefs/super_types.h b/fs/bcachefs/super_types.h index b14b2d82c655..1c0241304f32 100644 --- a/fs/bcachefs/super_types.h +++ b/fs/bcachefs/super_types.h @@ -30,7 +30,6 @@ struct bch_member_cpu { u16 bucket_size; /* sectors */ u16 group; u8 state; - u8 replacement; u8 discard; u8 data_allowed; u8 durability; -- cgit v1.2.3