hammer2 - Move write thread from hmp to pmp
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 2 Oct 2013 04:43:34 +0000 (21:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 2 Oct 2013 04:43:34 +0000 (21:43 -0700)
commit065f4046a2ff941e623fbd1c56eeab7bc36589dd
tree2c4e763f9cf2f2d7b5194c01709c04b34393445b
parent5e78aef9c66d402e1a066898964ad1bdd0ea8fa4
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.
sys/vfs/hammer2/hammer2.h
sys/vfs/hammer2/hammer2_vfsops.c
sys/vfs/hammer2/hammer2_vnops.c