git: hammer2 - Rename hammer2_thread.c to hammer2_admin.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 9 17:26:24 PDT 2016
commit 5f59596d186cd7f9ff48a747e8dd29cca1286e72
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jun 9 17:25:19 2016 -0700
hammer2 - Rename hammer2_thread.c to hammer2_admin.c
* hammer2_thread.c does a lot more than kernel threading support for H2.
It's does all the XOP administration as well, and that is really more
its primary function.
Summary of changes:
sys/vfs/hammer2/Makefile | 2 +-
sys/vfs/hammer2/{hammer2_thread.c => hammer2_admin.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename sys/vfs/hammer2/{hammer2_thread.c => hammer2_admin.c} (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5f59596d186cd7f9ff48a747e8dd29cca1286e72
--
DragonFly BSD source repository
More information about the Commits
mailing list