sbin/hammer: Update blockmap lookup error#
commitfa6ed04f4117ee37c5f47d38f18f9c428710e49f
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 19 Mar 2016 11:04:41 +0000 (19 20:04 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 19 Mar 2016 14:51:54 +0000 (19 23:51 +0900)
tree3c6285452f33fdc6351c11c61b4b4bc6f491d553
parent7a39af79b9dad7576da61478f1919db10a6ff00e
sbin/hammer: Update blockmap lookup error#

The previous commit has removed -3, so update the existing ones.
We want to keep different numbers for each for debugging purpose
for hammer show command. hammer show prints these error codes.

Note that hammer show on the current production release (4.4)
doesn't directly print error code, but instead prints a string
(that doesn't contain the error code digit within char[]).
hammer show's output format has changed quite a bit in 4.5, and
directly showing error code is one of them. This commit doesn't
confuse 4.4 users, in other words it doesn't make hammer show
print "-3" on what was -4 in 4.4, since 4.4 doesn't print the
code itself.
sbin/hammer/blockmap.c