[all] Eliminate duplicated sector_t typedefs
This commit is contained in:
		| @@ -37,7 +37,6 @@ namespace thin_provisioning { | ||||
| 	using namespace base; | ||||
| 	using namespace persistent_data; | ||||
|  | ||||
| 	typedef uint64_t sector_t; | ||||
| 	typedef uint32_t thin_dev_t; | ||||
|  | ||||
| 	//------------------------------------------------ | ||||
|   | ||||
| @@ -301,7 +301,7 @@ thin_pool::get_nr_free_data_blocks() const | ||||
| 	return md_->data_sm_->get_nr_free(); | ||||
| } | ||||
|  | ||||
| thin_provisioning::sector_t | ||||
| sector_t | ||||
| thin_pool::get_data_block_size() const | ||||
| { | ||||
| 	return md_->sb_.data_block_size_; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user