git: sys/vfs/hammer2: Fix comment on bmradix in freemap

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat May 20 02:05:22 PDT 2023


commit e12df3bcd37d2ad44307986a19da65d0eb2136dd
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Fri May 19 01:30:26 2023 -0700

    sys/vfs/hammer2: Fix comment on bmradix in freemap
    
    The maximum radix is 16 (HAMMER2_RADIX_MAX),
    so bmradix for radix > HAMMER2_FREEMAP_BLOCK_RADIX is either
    4 (2 << (15-14)) for 32KiB or 8 (2 << (16-14)) for 64KiB.

Summary of changes:
 sys/vfs/hammer2/hammer2_freemap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e12df3bcd37d2ad44307986a19da65d0eb2136dd


-- 
DragonFly BSD source repository


More information about the Commits mailing list