git: sys/vfs/hammer: Remove struct bigblock_stat
    Tomohiro Kusumi 
    tkusumi at crater.dragonflybsd.org
       
    Sat Mar 19 14:27:45 PDT 2016
    
    
  
commit 28cdb630e91b6a4bb1633fe6bf0fb76ce23345cc
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Mon Mar 7 22:44:54 2016 +0900
    sys/vfs/hammer: Remove struct bigblock_stat
    
    Since now that struct bigblock_stat exists only to hold a temporary
    counter to count available bigblocks within each layer1 while running
    through l1/l2 bigblocks, it can be done using a local variable
    defined in hammer_format_freemap().
    
    This commit removes struct bigblock_stat as well as *stat argument
    from hammer_format_freemap().
Summary of changes:
 sys/vfs/hammer/hammer_volume.c | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/28cdb630e91b6a4bb1633fe6bf0fb76ce23345cc
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list