git: sys/vfs/hammer: Use typedef'd for union hammer_data_ondisk*

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Aug 28 05:58:30 PDT 2016


commit 513f50d558e1d549079be35bb3783100f71bf2aa
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Aug 28 16:50:56 2016 +0900

    sys/vfs/hammer: Use typedef'd for union hammer_data_ondisk*
    
    The whole hammer code is mix of using struct and typedef'd.
    Use typedef'd because majority of the code use typedef'd.

Summary of changes:
 sys/vfs/hammer/hammer.h        | 2 +-
 sys/vfs/hammer/hammer_cursor.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/513f50d558e1d549079be35bb3783100f71bf2aa


-- 
DragonFly BSD source repository



More information about the Commits mailing list