lkml.org 
[lkml]   [2020]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
    On Wed, Jul 1, 2020 at 2:01 AM Christoph Hellwig <hch@lst.de> wrote:
    >
    > The make_request_fn is a little weird in that it sits directly in
    > struct request_queue instead of an operation vector. Replace it with
    > a block_device_operations method called submit_bio (which describes much
    > better what it does). Also remove the request_queue argument to it, as
    > the queue can be derived pretty trivially from the bio.
    >
    > Signed-off-by: Christoph Hellwig <hch@lst.de>
    > ---
    [..]
    > drivers/nvdimm/blk.c | 5 +-
    > drivers/nvdimm/btt.c | 5 +-
    > drivers/nvdimm/pmem.c | 5 +-

    For drivers/nvdimm

    Acked-by: Dan Williams <dan.j.williams@intel.com>

    \
     
     \ /
      Last update: 2020-07-01 18:08    [W:4.348 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site