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]
Message-ID: <CAPDyKFqo-gcnRpg8jzXtAtDZRSFvm44S7sSZFk59Gpn_9Jm8Jw@mail.gmail.com>
Date:   Mon, 17 Apr 2023 16:53:58 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Bean Huo <beanhuo@...pp.de>
Cc:     CLoehle@...erstone.com, linux-mmc@...r.kernel.org,
        linux-kernel@...r.kernel.org, Bean Huo <beanhuo@...ron.com>
Subject: Re: [PATCH] mmc: core: Remove unused macro mmc_req_rel_wr

On Tue, 4 Apr 2023 at 00:18, Bean Huo <beanhuo@...pp.de> wrote:
>
> From: Bean Huo <beanhuo@...ron.com>
>
> There is no user for macro mmc_req_rel_wr, so delete it.
>
> Signed-off-by: Bean Huo <beanhuo@...ron.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/core/block.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
> index 672ab90c4b2d..00c33edb9fb9 100644
> --- a/drivers/mmc/core/block.c
> +++ b/drivers/mmc/core/block.c
> @@ -76,8 +76,6 @@ MODULE_ALIAS("mmc:block");
>  #define MMC_EXTRACT_INDEX_FROM_ARG(x) ((x & 0x00FF0000) >> 16)
>  #define MMC_EXTRACT_VALUE_FROM_ARG(x) ((x & 0x0000FF00) >> 8)
>
> -#define mmc_req_rel_wr(req)    ((req->cmd_flags & REQ_FUA) && \
> -                                 (rq_data_dir(req) == WRITE))
>  static DEFINE_MUTEX(block_mutex);
>
>  /*
> --
> 2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ