git: sys/vfs/hammer2: Remove obsolete hammer2_devblk{radix,size}()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Fri Sep 18 10:43:46 PDT 2020


commit ee78054ed519a5f3bee3995c92b9aeb8524f1fd5
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Thu Sep 17 01:33:36 2020 +0900

    sys/vfs/hammer2: Remove obsolete hammer2_devblk{radix,size}()
    
    Remove these functions from 2013 as the comment implies.
    
    Since physical blk size is always 64KiB, radix bits itself
    in freemap class variable is redundant, but this commit just
    removes two functions without functional changes.

Summary of changes:
 sys/vfs/hammer2/hammer2.h          | 41 --------------------------------------
 sys/vfs/hammer2/hammer2_bulkfree.c |  2 +-
 sys/vfs/hammer2/hammer2_freemap.c  | 12 +++++------
 3 files changed, 7 insertions(+), 48 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list