sbin/newfs_hammer: Fix low limit of -b and -m option
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 29 Oct 2016 08:23:47 +0000 (17:23 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 30 Oct 2016 03:31:12 +0000 (12:31 +0900)
commit95c30c8c02cf965080a0bd7526bae61b44893e27
tree9d33aaca3fcae9dcfc49f7cb6e4a6a76a07cdd78
parentf03bf3071ebe248ec929da7cbf23b1683b617df7
sbin/newfs_hammer: Fix low limit of -b and -m option

HAMMER_{BOOT,MEM}_MINBYTES are larger than HAMMER_BUFSIZE which is 16KB.
sbin/newfs_hammer/newfs_hammer.c