Adding upstream version 2.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1e65f355a3
commit
24ce361c7c
530 changed files with 12276 additions and 4877 deletions
|
@ -64,9 +64,9 @@ void show_ssstc_add_smart_log_jsn(struct nvme_additional_smart_log *smart,
|
|||
unsigned int nsid, const char *devname)
|
||||
{
|
||||
struct json_object *root, *entry_stats, *dev_stats, *multi;
|
||||
__uint16_t wear_level_min = 0;
|
||||
__uint16_t wear_level_max = 0;
|
||||
__uint16_t wear_level_avg = 0;
|
||||
uint16_t wear_level_min = 0;
|
||||
uint16_t wear_level_max = 0;
|
||||
uint16_t wear_level_avg = 0;
|
||||
uint64_t raw_val = 0;
|
||||
|
||||
root = json_create_object();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue