Skip to content

Commit 9af9935

Browse files
bvanasscheaxboe
authored andcommitted
block: Remove the ALLOC_CACHE_SLACK constant
Commit b99182c ("bio: add pcpu caching for non-polling bio_put") removed the code that uses this constant. Hence also remove the constant itself. Cc: Pavel Begunkov <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 5f62241 commit 9af9935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/bio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "blk-cgroup.h"
2727

2828
#define ALLOC_CACHE_THRESHOLD 16
29-
#define ALLOC_CACHE_SLACK 64
3029
#define ALLOC_CACHE_MAX 256
3130

3231
struct bio_alloc_cache {

0 commit comments

Comments
 (0)