diff options
author | Bart Van Assche <bvanassche@acm.org> | 2023-02-09 15:01:35 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-02-09 17:03:36 -0700 |
commit | 9af9935494e4b86ec3c44ec42779f08c4ba79ffe (patch) | |
tree | 4f23bd0d56579de62371962ecce465abc793d802 /block/bio.c | |
parent | 5f6224175fbe4c2b91e303c17af4d4eb5e3a60a7 (diff) |
block: Remove the ALLOC_CACHE_SLACK constant
Commit b99182c501c3 ("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 <asml.silence@gmail.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20230209230135.3475829-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bio.c')
-rw-r--r-- | block/bio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/bio.c b/block/bio.c index 71e411a0c129..2693f34afb7e 100644 --- a/block/bio.c +++ b/block/bio.c @@ -26,7 +26,6 @@ #include "blk-cgroup.h" #define ALLOC_CACHE_THRESHOLD 16 -#define ALLOC_CACHE_SLACK 64 #define ALLOC_CACHE_MAX 256 struct bio_alloc_cache { |