sbin/hammer: Cleanup blockmap_lookup()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 13 Dec 2016 21:18:16 +0000 (06:18 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 14 Dec 2016 16:51:23 +0000 (01:51 +0900)
commitc6f0ed7ddd64cff676dcfe5e7fdce9e0dfd0c5b7
tree9c357fa839ac93ce3996af6bcabaa9ae0904e4bf
parent6acc1a36afff48ecfa1b8bbb5f57036541cc044b
sbin/hammer: Cleanup blockmap_lookup()

The original intention of this function was to return result_offset
even if there was an error (probably for debugging in early stage),
but no one no longer cares about returned offset on error.
sbin/hammer/blockmap.c