sbin/hammer: Remove unnecessary conditional on freemap initialization
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 15 Mar 2016 22:31:02 +0000 (07:31 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 19 Mar 2016 19:42:39 +0000 (04:42 +0900)
commita4d744156443be06f6602dc1b70c6b0a40572949
treec7639b002929eaaf167e5a1922115308ba9ca70c
parentd4cbc307463efaefacabb1dfe36d7c4b215839a1
sbin/hammer: Remove unnecessary conditional on freemap initialization

if (layer2->zone == 0)
isn't necessary since this function has just zero cleared this
layer2 entry (that will be written back to the storage later).
sbin/hammer/ondisk.c