lkml.org 
[lkml]   [2022]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] md: remove unused dm_thin_remove_block()
From
Date
friendly ping..

On 2022/2/16 14:37, Zhiqiang Liu wrote:
> dm_thin_remove_block() is no longer unused, just remove it.
>
> Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
> ---
> drivers/md/dm-thin-metadata.c | 12 ------------
> drivers/md/dm-thin-metadata.h | 1 -
> 2 files changed, 13 deletions(-)
>
> diff --git a/drivers/md/dm-thin-metadata.c b/drivers/md/dm-thin-metadata.c
> index 1a96a07cbf44..986a2dc9a686 100644
> --- a/drivers/md/dm-thin-metadata.c
> +++ b/drivers/md/dm-thin-metadata.c
> @@ -1740,18 +1740,6 @@ static int __remove_range(struct dm_thin_device *td, dm_block_t begin, dm_block_
> return dm_btree_insert(&pmd->tl_info, pmd->root, keys, &value, &pmd->root);
> }
>
> -int dm_thin_remove_block(struct dm_thin_device *td, dm_block_t block)
> -{
> - int r = -EINVAL;
> -
> - pmd_write_lock(td->pmd);
> - if (!td->pmd->fail_io)
> - r = __remove(td, block);
> - pmd_write_unlock(td->pmd);
> -
> - return r;
> -}
> -
> int dm_thin_remove_range(struct dm_thin_device *td,
> dm_block_t begin, dm_block_t end)
> {
> diff --git a/drivers/md/dm-thin-metadata.h b/drivers/md/dm-thin-metadata.h
> index 7ef56bd2a7e3..4d7a2caf21d9 100644
> --- a/drivers/md/dm-thin-metadata.h
> +++ b/drivers/md/dm-thin-metadata.h
> @@ -166,7 +166,6 @@ int dm_pool_alloc_data_block(struct dm_pool_metadata *pmd, dm_block_t *result);
> int dm_thin_insert_block(struct dm_thin_device *td, dm_block_t block,
> dm_block_t data_block);
>
> -int dm_thin_remove_block(struct dm_thin_device *td, dm_block_t block);
> int dm_thin_remove_range(struct dm_thin_device *td,
> dm_block_t begin, dm_block_t end);
>

\
 
 \ /
  Last update: 2022-03-14 14:24    [W:0.173 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site