dm thin metadata: remove unused dm_pool_get_data_block_size()
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Thu, 1 Jan 2015 17:52:57 +0000 (18:52 +0100)
committerMike Snitzer <snitzer@redhat.com>
Mon, 9 Feb 2015 18:06:49 +0000 (13:06 -0500)
The thin-pool target doesn't display the data block size as part of
its table status, unlike the dm-cache target, so there is no need for
dm_pool_get_data_block_size().

This was found using cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

No differences found