]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm space map disk: fix sm_disk_count_is_more_than_one()
authorMike Snitzer <snitzer@redhat.com>
Thu, 12 Feb 2015 21:25:05 +0000 (16:25 -0500)
committerMike Snitzer <snitzer@redhat.com>
Sat, 14 Feb 2015 00:32:58 +0000 (19:32 -0500)
commit145b9006a0ae753582902170ec1da49f89501845
tree308ddcabcf6cb2527b16683f0a8c442f2b04e7cf
parent802ea9d8645d33d24b7b4cd4537c14f3e698bde0
dm space map disk: fix sm_disk_count_is_more_than_one()

dm_tm_shadow_block() is the only caller of
dm_sm_count_is_more_than_one() which only ever operates on a metadata
space-map.  So in practice, sm_disk_count_is_more_than_one() isn't
actually used (which explains why this bug never amounted to anything).

But fix sm_disk_count_is_more_than_one() to properly set *result and
return 0.

Reported-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/persistent-data/dm-space-map-disk.c