sbin/hammer: Remove redundant volume arg in find_buffer()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 13 Dec 2016 16:50:18 +0000 (01:50 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 14 Dec 2016 16:09:14 +0000 (01:09 +0900)
commitaf78dcb9f57aa86636efbdc3e4b5795577ed153e
tree2274fc3509262644579bc5d169fc66f5d89b7f64
parentfb42c274be41d4f07b703f7ab483b9b0297d9294
sbin/hammer: Remove redundant volume arg in find_buffer()

Since buf_offset is (and supposed to be) a canonical zone-2 offset,
the function can retrieve volume_info* via decoded id from offset.

This is also for the next commit.
sbin/hammer/ondisk.c