git: hammer2 - pfsmount -> clustermount separation part 1
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 13 13:40:49 PDT 2013
commit 99da41eaf5e30c8a5fbe82dfce8adb148ce86e96
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jun 13 12:07:36 2013 -0700
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.
Summary of changes:
sys/vfs/hammer2/hammer2.h | 13 +++++++------
sys/vfs/hammer2/hammer2_chain.c | 8 ++++----
sys/vfs/hammer2/hammer2_inode.c | 33 ++++++++++++++++++++++++---------
sys/vfs/hammer2/hammer2_vfsops.c | 4 ++--
4 files changed, 37 insertions(+), 21 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99da41eaf5e30c8a5fbe82dfce8adb148ce86e96
--
DragonFly BSD source repository
More information about the Commits
mailing list