commit 065f4046a2ff941e623fbd1c56eeab7bc36589dd
Author: Matthew Dillon <[email protected]>
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

Reply via email to