]> granicus.if.org Git - sysstat/commit
iostat: Make sure that devices that have a slash in their name get
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 21 Jul 2019 14:06:06 +0000 (16:06 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 21 Jul 2019 14:06:06 +0000 (16:06 +0200)
commitf88224a9fd256707e6dd05fd9ca295c61bdab057
tree4dba6a1c277e234120639c4873f22cb2314872a4
parenta63f4c6b7868c09175fdd9ad566777b54ab71a17
iostat: Make sure that devices that have a slash in their name get
properly printed

Make sure that devices that have a slash in their name (e.g.
cciss/c0d0...) are displayed with their real name, not their name used
to save them in the linked list ('/' character is replaced with '!'
there).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
iostat.c