git: sys/vfs/hammer: Remove unused struct hammer_volume members

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Nov 22 06:42:50 PST 2015


commit 39308ea86c73dc02233a0e3aa8655b54119201fa
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Nov 22 22:41:21 2015 +0900

    sys/vfs/hammer: Remove unused struct hammer_volume members
    
    Remove unused members of inmemory volume structure.
    These are mostly from early stage of hammer development.
    
    These are copies of ondisk volume structure fields.
    Inmemory volume obviously isn't an exact copy of ondisk volume,
    so these aren't necessary unless actually used.

Summary of changes:
 sys/vfs/hammer/hammer.h        | 3 ---
 sys/vfs/hammer/hammer_ondisk.c | 3 ---
 2 files changed, 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39308ea86c73dc02233a0e3aa8655b54119201fa


-- 
DragonFly BSD source repository



More information about the Commits mailing list