DragonFly BSD
DragonFly commits List (threaded) for 2012-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: hammer2 hammer2 - Move CCMS code from kernel to hammer2


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Jun 2012 10:27:30 -0700 (PDT)

commit f03672ec8417e4da82df0f957e6faa27bd9af19d
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]