[PATCHv3 03/11] nvmet: implement supported log pages

Kanchan Joshi joshi.k at samsung.com
Tue Nov 5 20:24:55 PST 2024


On 11/5/2024 11:18 PM, Keith Busch wrote:
> +	status = nvmet_copy_to_sgl(req, 0, logs, 1024);
> +	kfree(logs);
> +out:
> +	nvmet_req_complete(req, 0);

Shouldn't this be: nvmet_req_complete(req, status)?



More information about the Linux-nvme mailing list