Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm-crypt: fix warning in shutdown path
The counter for the number of allocated pages includes pages in the mempool's reserve, so checking that the number of allocated pages is 0 needs to happen after we exit the mempool. Fixes: 6f1c819 ("dm: convert to bioset_init()/mempool_init()") Signed-off-by: Kent Overstreet <[email protected]> Reported-by: Krzysztof Kozlowski <[email protected]> Acked-by: Mike Snitzer <[email protected]> Fixed to always just use percpu_counter_sum() Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information