Skip to content

Commit

Permalink
Correction of PSI value 'io full'
Browse files Browse the repository at this point in the history
'I/O full' showed the same value as 'I/O some', which has been
corrected now.
  • Loading branch information
Atoptool committed Feb 7, 2019
1 parent 58a25af commit fa4db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showsys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ sysprt_PSIIOF(void *p, void *q, int badness, int *color)
{
struct sstat *sstat=p;
static char buf[16];
psiformat(&(sstat->psi.iosome), "if", buf, sizeof buf);
psiformat(&(sstat->psi.iofull), "if", buf, sizeof buf);
return buf;
}
sys_printdef syspdef_PSIIOF = {"PSIIOF", sysprt_PSIIOF};
Expand Down

0 comments on commit fa4db43

Please sign in to comment.