bcache: remove useless bucket_pages()
authorColy Li <colyli@suse.de>
Thu, 1 Oct 2020 06:50:51 +0000 (14:50 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 2 Oct 2020 20:25:30 +0000 (14:25 -0600)
commit3c4fae29826c5fc588aba946189b95dd9fb5e4e9
tree0a72ac782137a320ea868795512bb09ea243f38b
parent421cf1c573b18b0d770a4a47aefa3199eb5b94cf
bcache: remove useless bucket_pages()

It seems alloc_bucket_pages() is the only user of bucket_pages().
Considering alloc_bucket_pages() is removed from bcache code, it is safe
to remove the useless macro bucket_pages() now.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/bcache.h