diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2015-03-23 14:52:40 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-20 18:55:37 +0300 |
commit | 67c64eb742a49d3d3f5dcef75d0c32a3394e5519 (patch) | |
tree | 3ec2a92411b449db348df22d76b1f8f20c05fa4d /tools/perf/tests | |
parent | 1c841a96b5f369cbb0b169d13825c7ff7d0fba8d (diff) | |
download | op-kernel-dev-67c64eb742a49d3d3f5dcef75d0c32a3394e5519.zip op-kernel-dev-67c64eb742a49d3d3f5dcef75d0c32a3394e5519.tar.gz |
libceph: don't overwrite specific con error msgs
- specific con->error_msg messages (e.g. "protocol version mismatch")
end up getting overwritten by a catch-all "socket error on read
/ write", introduced in commit 3a140a0d5c4b ("libceph: report socket
read/write error message")
- "bad message sequence # for incoming message" loses to "bad crc" due
to the fact that -EBADMSG is used for both
Fix it, and tidy up con->error_msg assignments and pr_errs while at it.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/tests')
0 files changed, 0 insertions, 0 deletions