sys/vfs/hammer: Cleanup volume format callback
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 7 Aug 2015 15:10:44 +0000 (00:10 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 8 Aug 2015 17:32:24 +0000 (02:32 +0900)
commit677e7a0554b536b63106e1bd19f1e81a70626894
tree70f26be683de53f1121f0ecf9c3f7e7496a42208
parent6f3076aff64b3be9708413a7ac6363f653984bfc
sys/vfs/hammer: Cleanup volume format callback

Apply the same code logic as volume free callback.

No need to wait for ready-to-update-layer1-case to increment
total_free_bigblocks via counter variable, as it has nothing
to do with generating layer1 undo.
sys/vfs/hammer/hammer_volume.c