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:   Tue, 21 Jan 2020 17:22:15 +0100
From:   Jan Kara <jack@...e.cz>
To:     Alex Shi <alex.shi@...ux.alibaba.com>
Cc:     Jan Kara <jack@...e.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs/quota: remove unused macro

On Tue 21-01-20 18:25:34, Alex Shi wrote:
> __QUOTA_V2_PARANOIA  macro is never used. better to remove it.
> 
> Signed-off-by: Alex Shi <alex.shi@...ux.alibaba.com>
> Cc: Jan Kara <jack@...e.com> 
> Cc: linux-kernel@...r.kernel.org 

Thanks. I've merged the patch.

								Honza

> ---
>  fs/quota/quota_v2.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fs/quota/quota_v2.c b/fs/quota/quota_v2.c
> index 53429c29c784..58fc2a7c7fd1 100644
> --- a/fs/quota/quota_v2.c
> +++ b/fs/quota/quota_v2.c
> @@ -22,8 +22,6 @@
>  MODULE_DESCRIPTION("Quota format v2 support");
>  MODULE_LICENSE("GPL");
>  
> -#define __QUOTA_V2_PARANOIA
> -
>  static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot);
>  static void v2r0_disk2memdqb(struct dquot *dquot, void *dp);
>  static int v2r0_is_id(void *dp, struct dquot *dquot);
> -- 
> 1.8.3.1
> 
-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ