git: kernel - Remove vm_wait_nominal() from VM object cleaning path

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Dec 27 16:52:12 PST 2014


commit d64622f6a3bc6b99a9be2c53d4df929d28e9f125
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Dec 27 16:48:36 2014 -0800

    kernel - Remove vm_wait_nominal() from VM object cleaning path
    
    * Remove this call to vm_wait_nominal() which can wind up deadlocking
      the system in a low memory situation.

Summary of changes:
 sys/vm/vm_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d64622f6a3bc6b99a9be2c53d4df929d28e9f125


-- 
DragonFly BSD source repository



More information about the Commits mailing list