Skip to content

Commit 5a08e49

Browse files
robert-pangaxboe
authored andcommitted
bcache: remove unused constants
Remove constants MAX_NEED_GC and MAX_SAVE_PRIO in btree.c that have been unused since initial commit. Signed-off-by: Robert Pang <robertpang@google.com> Signed-off-by: Coly Li <colyli@kernel.org> Link: https://lore.kernel.org/r/20250527051601.74407-3-colyli@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 1e46ed9 commit 5a08e49

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/md/bcache/btree.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888
* Test module load/unload
8989
*/
9090

91-
#define MAX_NEED_GC 64
92-
#define MAX_SAVE_PRIO 72
9391
#define MAX_GC_TIMES 100
9492
#define MIN_GC_NODES 100
9593
#define GC_SLEEP_MS 100

0 commit comments

Comments
 (0)