Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIP
arguments. MFC after: 2 weeks
This commit is contained in:
parent
23ab37cb82
commit
1b202316ec
@ -438,7 +438,7 @@ mfi_decode_evt(int fd, struct mfi_evt_detail *detail, int verbose)
|
||||
printf(": ");
|
||||
break;
|
||||
case MR_EVT_ARGS_LD_STRIP:
|
||||
printf("VOL %s", volume_name(fd, &detail->args.ld_prog.ld));
|
||||
printf("VOL %s", volume_name(fd, &detail->args.ld_strip.ld));
|
||||
if (verbose) {
|
||||
printf(" strip %lld",
|
||||
(long long)detail->args.ld_strip.strip);
|
||||
|
Loading…
Reference in New Issue
Block a user