sys/vfs/hammer: Cleanup volume# iteration
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 11 Aug 2015 10:24:22 +0000 (19:24 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 17 Aug 2015 11:04:28 +0000 (20:04 +0900)
commite682c3854a60ddc3023e1d2bebabeb7cbf279085
tree4a1d00861e0735eec09f86284fb6b68e59d8096e
parent542b88c2de0adf8b6d728cc62972cdac21c57e29
sys/vfs/hammer: Cleanup volume# iteration

if (volume == NULL && error == ENOENT) {...
can be removed since now that vol_no must exist.

If error==ENOENT and hits the assertion right after this,
then the code has a bug.
sys/vfs/hammer/hammer_volume.c