lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 22 Jan 2016 10:26:15 +0900
From:	Jaehoon Chung <jh80.chung@...sung.com>
To:	Shawn Lin <shawn.lin@...k-chips.com>,
	Ulf Hansson <ulf.hansson@...aro.org>
Cc:	linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mmc: dw_mmc: remove struct block_settings

Hi, Shawn.

Applied this.
Thanks!

Best Regards,
Jaehoon Chung

On 01/21/2016 05:06 PM, Shawn Lin wrote:
> This patch remove struct block_settings since
> it never be used anywhere.
> 
> Signed-off-by: Shawn Lin <shawn.lin@...k-chips.com>
> ---
> 
>  include/linux/mmc/dw_mmc.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
> index 89df7ab..e1f90b8 100644
> --- a/include/linux/mmc/dw_mmc.h
> +++ b/include/linux/mmc/dw_mmc.h
> @@ -242,14 +242,6 @@ struct dw_mci_dma_ops {
>  
>  struct dma_pdata;
>  
> -struct block_settings {
> -	unsigned short	max_segs;	/* see blk_queue_max_segments */
> -	unsigned int	max_blk_size;	/* maximum size of one mmc block */
> -	unsigned int	max_blk_count;	/* maximum number of blocks in one req*/
> -	unsigned int	max_req_size;	/* maximum number of bytes in one req*/
> -	unsigned int	max_seg_size;	/* see blk_queue_max_segment_size */
> -};
> -
>  /* Board platform data */
>  struct dw_mci_board {
>  	u32 num_slots;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ