commit | 0d963b6e650d9d5533223f3dbcde7dda466df65c | [log] [tgz] |
---|---|---|
author | Joe Thornber <ejt@redhat.com> | Mon Mar 20 11:54:11 2017 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Mar 20 16:00:49 2017 -0400 |
tree | 5ecc07ecd3618e8aa476af8ef5abb7099a40aa16 | |
parent | f1a880a93baaadb14c10a348fd199f1cdb6bcccd [diff] |
dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirty The dm_bitset_cursor_begin() call was using the incorrect nr_entries. Also, the last dm_bitset_cursor_next() must be avoided if we're at the end of the cursor. Fixes: 7f1b21591a6 ("dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()") Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>