git: sys/vfs/hammer: Add hammer_zone_to_iotype()/hammer_io_to_iostring()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Oct 27 02:45:34 PDT 2016


commit 4fcdc8b47665cd6675d8d2aaba1c7de5d4546b3c
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Oct 27 15:03:35 2016 +0900

    sys/vfs/hammer: Add hammer_zone_to_iotype()/hammer_io_to_iostring()
    
    hammer_io_read() uses iotype string only for debugging purpose.
    It has nothing to do with the code logic, so separate it from
    hammer_io_read().

Summary of changes:
 sys/vfs/hammer/hammer.h        |   1 +
 sys/vfs/hammer/hammer_io.c     | 119 +++++++++++++++++++++++++++--------------
 sys/vfs/hammer/hammer_ondisk.c |  37 +------------
 3 files changed, 83 insertions(+), 74 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4fcdc8b47665cd6675d8d2aaba1c7de5d4546b3c


-- 
DragonFly BSD source repository


More information about the Commits mailing list