commit ebf2c18a0d7850b0b90d2744123ed5514d72f777
Author: Tomohiro Kusumi <[email protected]>
Date: Sat Oct 29 22:38:38 2016 +0900
sbin/hammer: Fix default behavior of init_{boot,mem}_area_size()
The default algorithm should set value to HAMMER_{BOOT,MEM}_MINBYTES
instead of 0, if value becomes smaller than HAMMER_{BOOT,MEM}_MINBYTES.
It originally had it like this (see f819215c), but was probably wrong.
Summary of changes:
sbin/hammer/ondisk.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebf2c18a0d7850b0b90d2744123ed5514d72f777
--
DragonFly BSD source repository