]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRAGMENTATION/
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Feb 2025 23:39:50 +0000 (18:39 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:14 +0000 (21:02 -0400)
commitb8e37c1645e96348adcfe48786f6f46930048914
tree0d97be8a1e613d335d5506d4c5e6fafa6ecf8bd1
parente1304967078c17af2520402e3e53a48c1e001072
bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRAGMENTATION/

FRAGMENTATION_START was incorrect, there's currently only one
fragmentation LRU (at the end of the reserved bits for LRU type), and
we're getting ready to add a stripe fragmentation lru - so give it a
better name.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_background.c
fs/bcachefs/lru.h
fs/bcachefs/lru_format.h
fs/bcachefs/movinggc.c