diff --git a/src/nvme/ioctl.h b/src/nvme/ioctl.h index 30761526..4a0698fc 100644 --- a/src/nvme/ioctl.h +++ b/src/nvme/ioctl.h @@ -1920,7 +1920,7 @@ static inline int nvme_get_log_boot_partition(int fd, bool rae, .nsid = NVME_NSID_NONE, .csi = NVME_CSI_NVM, .lsi = NVME_LOG_LSI_NONE, - .lsp = NVME_LOG_LSP_NONE, + .lsp = lsp, .uuidx = NVME_UUID_NONE, .rae = rae, .ot = false,