git: hammer2 hammer2 - Move CCMS code from kernel to hammer2
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 2 10:27:30 PDT 2012
commit f03672ec8417e4da82df0f957e6faa27bd9af19d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jun 2 10:26:54 2012 -0700
hammer2 - Move CCMS code from kernel to hammer2
* Move the CCMS cache coherency module from the kernel to hammer2. It will
now be hammer2-specific.
Summary of changes:
sys/vfs/hammer2/hammer2_ccms.c | 686 ++++++++++++++++++++++++++++++++++++++++
sys/vfs/hammer2/hammer2_ccms.h | 278 ++++++++++++++++
2 files changed, 964 insertions(+), 0 deletions(-)
create mode 100644 sys/vfs/hammer2/hammer2_ccms.c
create mode 100644 sys/vfs/hammer2/hammer2_ccms.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f03672ec8417e4da82df0f957e6faa27bd9af19d
--
DragonFly BSD source repository
More information about the Commits
mailing list