git: kernel - Fix swap warning message when swap is full

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 18 15:25:34 PST 2016


commit 717e3e506d2520325a09b250998f20a5dc1a1132
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Nov 18 15:24:45 2016 -0800

    kernel - Fix swap warning message when swap is full
    
    * Wrong variable tested caused confusing warning to be output.  Output
      swap full warning instead of 'no swap space configured' warning when
      swap is full and swap space has been configured.
    
    Reported-by: tuxillo

Summary of changes:
 sys/vm/swap_pager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/717e3e506d2520325a09b250998f20a5dc1a1132


-- 
DragonFly BSD source repository


More information about the Commits mailing list