Re: [PATCH] btrfs: Clean up unused variables in free-space-tree.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 12, 2017 at 10:40:42PM +0100, Christos Gkekas wrote:
> Remove variables 'start' and 'end', which are set but never used.

Oops.

Reviewed-by: Omar Sandoval <osandov@xxxxxx>

> Signed-off-by: Christos Gkekas <chris.gekas@xxxxxxxxx>
> ---
>  fs/btrfs/free-space-tree.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/fs/btrfs/free-space-tree.c b/fs/btrfs/free-space-tree.c
> index 684f122..fe5e032 100644
> --- a/fs/btrfs/free-space-tree.c
> +++ b/fs/btrfs/free-space-tree.c
> @@ -1286,12 +1286,8 @@ static int __add_block_group_free_space(struct btrfs_trans_handle *trans,
>  					struct btrfs_block_group_cache *block_group,
>  					struct btrfs_path *path)
>  {
> -	u64 start, end;
>  	int ret;
>  
> -	start = block_group->key.objectid;
> -	end = block_group->key.objectid + block_group->key.offset;
> -
>  	block_group->needs_free_space = 0;
>  
>  	ret = add_new_free_space_info(trans, fs_info, block_group, path);
> -- 
> 2.7.4
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux