git: hammer2 - Shift dmsg structures around

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Apr 18 17:38:13 PDT 2014


commit 1f17914682707f46c114e0f12a5d43656394f553
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Apr 18 17:37:12 2014 -0700

    hammer2 - Shift dmsg structures around
    
    * Shift dmsg structures around so sys/dmsg.h does not contain hammer2-specific
      structures.  Move those structures to hammer2_disk.h

Summary of changes:
 sys/sys/dmsg.h                    | 109 ++++++++------------------------------
 sys/vfs/hammer2/hammer2_cluster.c |  75 ++++++++++++++++++++++++++
 sys/vfs/hammer2/hammer2_disk.h    |  96 ++++++++++++++++++++++++++++-----
 sys/vfs/hammer2/hammer2_flush.c   |   2 +-
 sys/vfs/hammer2/hammer2_ioctl.h   |   4 +-
 sys/vfs/hammer2/hammer2_vfsops.c  |  11 ++--
 6 files changed, 191 insertions(+), 106 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f17914682707f46c114e0f12a5d43656394f553


-- 
DragonFly BSD source repository



More information about the Commits mailing list