[PATCH 17/20] block: rename generic_make_request to submit_bio_noacct

Song Liu song at kernel.org
Fri Jul 3 04:22:12 AEST 2020


On Wed, Jul 1, 2020 at 2:01 AM Christoph Hellwig <hch at lst.de> wrote:
>
> generic_make_request has always been very confusingly misnamed, so rename
> it to submit_bio_noacct to make it clear that it is submit_bio minus
> accounting and a few checks.
>
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> ---
[...]

>  drivers/md/md-faulty.c                        |  4 +--
>  drivers/md/md-linear.c                        |  4 +--
>  drivers/md/md-multipath.c                     |  4 +--
>  drivers/md/raid0.c                            |  8 ++---
>  drivers/md/raid1.c                            | 14 ++++----
>  drivers/md/raid10.c                           | 28 ++++++++--------
>  drivers/md/raid5.c                            | 10 +++---

For md part:

Acked-by: Song Liu <song at kernel.org>


More information about the Linuxppc-dev mailing list