git: sys/vfs/hammer2: Move voldata functions to hammer2_vfsops.c

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 17 09:30:49 PDT 2020


commit 565fb47ad42840d53da74aa06e32cf84f591cfbe
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Sun Oct 18 01:12:23 2020 +0900

    sys/vfs/hammer2: Move voldata functions to hammer2_vfsops.c
    
    These should be in hammer2_vfsops.c, not much to do with chain
    functions.

Summary of changes:
 sys/vfs/hammer2/hammer2.h        |  7 ++++---
 sys/vfs/hammer2/hammer2_chain.c  | 25 -------------------------
 sys/vfs/hammer2/hammer2_vfsops.c | 25 +++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 28 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/565fb47ad42840d53da74aa06e32cf84f591cfbe


-- 
DragonFly BSD source repository


More information about the Commits mailing list