git: hammer1 - cleanup, minor bug fixes

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 31 23:11:19 PDT 2013


commit 32fcc103d823c23c6a59cd6ef3385b57abd995db
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 31 23:09:31 2013 -0700

    hammer1 - cleanup, minor bug fixes
    
    * Cleanup pass, remove some dead code
    
    * Minor bug fixes, add tokens around some paths that need them.
    
    * Remove use of the master token in several paths that don't need it,
      improving concurrency.

Summary of changes:
 sys/vfs/hammer/hammer_io.c          |  45 --------------
 sys/vfs/hammer/hammer_ondisk.c      |   9 +++
 sys/vfs/hammer/hammer_transaction.c |  16 +++--
 sys/vfs/hammer/hammer_vnops.c       | 121 ++++++++++++------------------------
 4 files changed, 59 insertions(+), 132 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32fcc103d823c23c6a59cd6ef3385b57abd995db


-- 
DragonFly BSD source repository



More information about the Commits mailing list