Merging upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
078c0dbcc0
commit
635faa7346
571 changed files with 10718 additions and 2738 deletions
|
@ -36,9 +36,10 @@ void ocp_fw_act_history(const struct fw_activation_history *fw_history, nvme_pri
|
|||
ocp_print(fw_act_history, flags, fw_history);
|
||||
}
|
||||
|
||||
void ocp_smart_extended_log(void *data, nvme_print_flags_t flags)
|
||||
void ocp_smart_extended_log(struct ocp_smart_extended_log *log, unsigned int version,
|
||||
nvme_print_flags_t flags)
|
||||
{
|
||||
ocp_print(smart_extended_log, flags, data);
|
||||
ocp_print(smart_extended_log, flags, log, version);
|
||||
}
|
||||
|
||||
void ocp_show_telemetry_log(struct ocp_telemetry_parse_options *options, nvme_print_flags_t flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue