git: kernel - VM rework part 5 - Cleanup
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat May 11 21:07:43 PDT 2019
commit 8492a2fe35953d0750be8475aaee5ef21485860c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri May 10 11:37:00 2019 -0700
kernel - VM rework part 5 - Cleanup
* Cleanup vm_map_entry_shadow()
* Remove (unused) vmspace_president_count()
Remove (barely used) struct lwkt_token typedef.
* Cleanup the vm_map_aux, vm_map_entry, vm_map, and vm_object
structures
* Adjfustments to in-code documentation
Summary of changes:
sys/kern/kern_kinfo.c | 4 --
sys/kern/sysv_shm.c | 8 ++--
sys/sys/mpipe.h | 2 +-
sys/sys/thread.h | 4 +-
sys/vfs/nfs/nfs_node.c | 9 ++--
sys/vm/vm_map.c | 88 ++++++++++++++---------------------
sys/vm/vm_map.h | 124 ++++++++++++-------------------------------------
sys/vm/vm_object.h | 52 ++++++++++-----------
sys/vm/vm_page.h | 1 +
sys/vm/vm_pageout.c | 3 --
10 files changed, 103 insertions(+), 192 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8492a2fe35953d0750be8475aaee5ef21485860c
--
DragonFly BSD source repository
More information about the Commits
mailing list