[PATCH v1 1/5] nvmet: rename and move nvmet_get_log_page_len()
Christoph Hellwig
hch at lst.de
Thu Oct 10 01:27:54 PDT 2024
On Mon, Oct 07, 2024 at 01:43:47PM +0900, Damien Le Moal wrote:
> The code for nvmet_get_log_page_len() has no pedendency on nvme target
> code and only depends on struct nvme_command. Move this helper function
> out of drivers/nvme/target/admin-cmd.c and inline it as part of the
> generic definitions in include/linux/nvme.h. Apply the same modification
> to nvmet_get_log_page_offset().
>
> Signed-off-by: Damien Le Moal <dlemoal at kernel.org>
Looks good:
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the Linux-nvme
mailing list