git: hammer2 - Move write thread from hmp to pmp

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 2 10:44:46 PDT 2013


commit 065f4046a2ff941e623fbd1c56eeab7bc36589dd
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Oct 1 21:43:34 2013 -0700

    hammer2 - Move write thread from hmp to pmp
    
    * Move the write thread from struct hammer2_mount to struct hammer2_pfsmount.
      Logical buffers for files are associated with the PFS, not the HMP.  A PFS
      can be backed by multiple HMPs.

Summary of changes:
 sys/vfs/hammer2/hammer2.h        |   7 +--
 sys/vfs/hammer2/hammer2_vfsops.c | 110 +++++++++++++++++++--------------------
 sys/vfs/hammer2/hammer2_vnops.c  |  28 ++++------
 3 files changed, 69 insertions(+), 76 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/065f4046a2ff941e623fbd1c56eeab7bc36589dd


-- 
DragonFly BSD source repository



More information about the Commits mailing list