Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bcache: add code comments for state->pool in __btree_sort()
To explain the pages allocated from mempool state->pool can be swapped in __btree_sort(), because state->pool is a page pool, which allocates pages by alloc_pages() indeed. Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information