hammer2 - pfsmount -> clustermount separation part 1
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Jun 2013 19:07:36 +0000 (12:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Jun 2013 19:07:36 +0000 (12:07 -0700)
commit99da41eaf5e30c8a5fbe82dfce8adb148ce86e96
tree056218f0cc3b4ab97a5a253fc8eb3db8ea8f0409
parentb7f9d9a20da5be3f04c2422af95723ab2f428b78
hammer2 - pfsmount -> clustermount separation part 1

* Start working on turning the hammer2_pfsmount structure into an
  abstracted PFS 'cluster' structure.

* Move hammer2_inode's allocation infrastructure to the pmp (except
  for the super-root inode which has no pmp).  It was previously
  hmp-centric.
sys/vfs/hammer2/hammer2.h
sys/vfs/hammer2/hammer2_chain.c
sys/vfs/hammer2/hammer2_inode.c
sys/vfs/hammer2/hammer2_vfsops.c