commit 3c8b994d106c884893fde7b0f920707d62e7764e
Author: Matthew Dillon <[email protected]>
Date: Wed Jun 17 08:02:06 2015 -0700
hammer2 - Refactor frontend part 6/many
* Move strategy_write support code from hammer2_vfsops.c to
hammer2_strategy.c.
Summary of changes:
sys/vfs/hammer2/hammer2.h | 3 +-
sys/vfs/hammer2/hammer2_strategy.c | 894 ++++++++++++++++++++++++++++++++++---
sys/vfs/hammer2/hammer2_vfsops.c | 749 -------------------------------
3 files changed, 833 insertions(+), 813 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c8b994d106c884893fde7b0f920707d62e7764e
--
DragonFly BSD source repository