commit 5f59596d186cd7f9ff48a747e8dd29cca1286e72
Author: Matthew Dillon <[email protected]>
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