git: kernel - Correct flags argument to vm_map_wire() (no operational change)
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 22 21:45:35 PDT 2021
commit c2774bcc87e1cd526bd6f88a6c158f981adcf9e6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jul 22 21:34:03 2021 -0700
kernel - Correct flags argument to vm_map_wire() (no operational change)
* vm/vm_unix.c was making two calls to vm_map_wire() passing FALSE for
kmflags. It needs to pass 0 here, not FALSE. Same value, less
confusion.
Reported-by: aly
Summary of changes:
sys/vm/vm_unix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c2774bcc87e1cd526bd6f88a6c158f981adcf9e6
--
DragonFly BSD source repository
More information about the Commits
mailing list