]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit9cb1397d585c28c2acff06a6002fc2c8db19a80d
tree9e3bdaa63b355ff7cd0c91cd791ec7f65883acc2
parent88e2f901e78232ea42b4e462cf7a9b14d61fb79a
dm thin metadata: remove unused dm_pool_get_data_block_size()

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>
drivers/md/dm-thin-metadata.c
drivers/md/dm-thin-metadata.h