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 <[email protected]> Signed-off-by: Coly Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 1e46ed9 commit 5a08e49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)