block: Remove the ALLOC_CACHE_SLACK constant
authorBart Van Assche <bvanassche@acm.org>
Thu, 9 Feb 2023 23:01:35 +0000 (15:01 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Feb 2023 00:03:36 +0000 (17:03 -0700)
commit9af9935494e4b86ec3c44ec42779f08c4ba79ffe
tree4f23bd0d56579de62371962ecce465abc793d802
parent5f6224175fbe4c2b91e303c17af4d4eb5e3a60a7
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>
block/bio.c