lkml.org 
[lkml]   [2018]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 14/19] nvme: make nvme_get_log_ext available
    Date
    Make nvme_get_log_ext available outside of core.c.

    This is in preparation for using it in lightnvm.c

    Signed-off-by: Javier González <javier@cnexlabs.>
    ---
    drivers/nvme/host/nvme.h | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
    index 1ca08f4993ba..505f797f8c6c 100644
    --- a/drivers/nvme/host/nvme.h
    +++ b/drivers/nvme/host/nvme.h
    @@ -396,6 +396,9 @@ int nvme_reset_ctrl(struct nvme_ctrl *ctrl);
    int nvme_delete_ctrl(struct nvme_ctrl *ctrl);
    int nvme_delete_ctrl_sync(struct nvme_ctrl *ctrl);

    +int nvme_get_log_ext(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
    + u8 log_page, void *log, size_t size, size_t offset);
    +
    extern const struct attribute_group nvme_ns_id_attr_group;
    extern const struct block_device_operations nvme_ns_head_ops;

    --
    2.7.4
    \
     
     \ /
      Last update: 2018-02-26 14:23    [W:2.371 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site