sbin/newfs_hammer: Don't bother initializing reserved ondisk field
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 3 Sep 2016 12:59:53 +0000 (21:59 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 3 Sep 2016 13:11:30 +0000 (22:11 +0900)
commitc3cfd6ce08cb747fafb51f0719dce5883456e62d
treee38554e54c1bcd66472b4da405b3a7ec31e32366
parent31222e7c2720297fef432918f853b83ea91287db
sbin/newfs_hammer: Don't bother initializing reserved ondisk field

pfsd is bzero'd, so no need to explicitly zero clear a reserved field
that isn't used for anything.

The numbering for reserved fields has been reassigned in 77f7bc0a
so as to cleanup mixed up name and numbering, based on the fact
that reserved fields are not touched by anyone *except* for this.
Doesn't break anything, but it should still just not care about it.
sbin/newfs_hammer/newfs_hammer.c