From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D219DC433ED for ; Fri, 21 May 2021 08:38:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB91661057 for ; Fri, 21 May 2021 08:38:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233113AbhEUIjd (ORCPT ); Fri, 21 May 2021 04:39:33 -0400 Received: from mail-vk1-f173.google.com ([209.85.221.173]:38726 "EHLO mail-vk1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233066AbhEUIjc (ORCPT ); Fri, 21 May 2021 04:39:32 -0400 Received: by mail-vk1-f173.google.com with SMTP id o24so1981967vkf.5; Fri, 21 May 2021 01:38:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RVHzs0poOF+hVS1v1BAW6iRpurNI2FLCHK2qQooBQc8=; b=ckdvfHYBrLrpwASgs+RmUT5WDLn+xzDOnpk0GW32CBzsHEL+OR51W8SqH+PuTXYuOU NA1Z9A2i0p0k9EKdpyq7l894jTdd7a5h3VW4Bf5FYQjGeFqtWMOjhFw0UxrWd58TiBGI U4nodKBAMR8Cua58UW3umsqA4NCSHNff4pSXVglPeyX1ZJMvY7xTj/i8G19vkZnrZdlb Sb9Y0FObHzUeIPTjxTfLL3gB4CNHQ9KMt6ZnbhZ4Wdb0wsDEMPa/rmAcj64g6lE0RYbW aEXSv+oOA+rYqmSa3CAWSubWP7qEjqu+HSFsl5MPkffi/9/X1YJ+x0o96wrOFwnoiqu/ oRZg== X-Gm-Message-State: AOAM531gau/vGmYh6dvJUF66yiiIWInbif2MhbK8Szohb7L4z7jyKZ0I zgVJkNij3BVPmmrWIiXxa7Ll1KJw1qy0EFFKI0Y= X-Google-Smtp-Source: ABdhPJzGTg0SxZhAyS6W3ANe8pj0R0i+6+zDbI/+BVCcJpHhTvw5AwmdUSLpxqeMfSWaogZWi2MJbcqhNDfvoXw93hU= X-Received: by 2002:a1f:2504:: with SMTP id l4mr9071521vkl.5.1621586288105; Fri, 21 May 2021 01:38:08 -0700 (PDT) MIME-Version: 1.0 References: <20210521055116.1053587-1-hch@lst.de> <20210521055116.1053587-20-hch@lst.de> In-Reply-To: <20210521055116.1053587-20-hch@lst.de> From: Geert Uytterhoeven Date: Fri, 21 May 2021 10:37:56 +0200 Message-ID: Subject: Re: [PATCH 19/26] nfblock: convert to blk_alloc_disk/blk_cleanup_disk To: Christoph Hellwig Cc: Jens Axboe , Chris Zankel , Max Filippov , Philipp Reisner , Lars Ellenberg , Jim Paris , Joshua Morris , Philip Kelleher , Minchan Kim , Nitin Gupta , Matias Bjorling , Coly Li , Mike Snitzer , Song Liu , Maxim Levitsky , Alex Dubov , Ulf Hansson , Dan Williams , Vishal Verma , Dave Jiang , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , linux-block@vger.kernel.org, dm-devel@redhat.com, linux-m68k , "open list:TENSILICA XTENSA PORT (xtensa)" , Lars Ellenberg , linuxppc-dev , linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, Linux MMC List , nvdimm@lists.linux.dev, linux-nvme@lists.infradead.org, linux-s390 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Fri, May 21, 2021 at 7:52 AM Christoph Hellwig wrote: > Convert the nfblock driver to use the blk_alloc_disk and blk_cleanup_disk > helpers to simplify gendisk and request_queue allocation. > > Signed-off-by: Christoph Hellwig Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds