diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-06-02 13:45:04 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-06-02 20:35:00 -0600 |
commit | d00a11df691466772435ec02471292eae07885e5 (patch) | |
tree | dbb0648d1885936d8490f910612ccc4c9186ca88 /block | |
parent | 9cfd5a95381e960bdbc5cd24ec7987205a3a9bee (diff) | |
download | linux-stable-d00a11df691466772435ec02471292eae07885e5.tar.gz linux-stable-d00a11df691466772435ec02471292eae07885e5.tar.bz2 linux-stable-d00a11df691466772435ec02471292eae07885e5.zip |
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: 6f1c819c219f ("dm: convert to bioset_init()/mempool_init()")
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Reported-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Fixed to always just use percpu_counter_sum()
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions