commit | 75aa898f5f5606ca4e0dfe7c650b20ecb5c29f52 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Fri Jun 08 20:53:27 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 18 14:02:04 2018 -0400 |
tree | c149ff63395e448d8939f76ac3beb3ce43cec55e | |
parent | f015eb57e5dcba63c39c4987701c080abd5edc12 [diff] |
iotrace: fix behaviour when buffer is full Don't continue updating the offset when buffer is full. When the buffer size exhausts and there's no space left to write warn the user and update only the needed size and not both the offset and needed size. Add needed buffer size information in the iotrace command. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>