git: kernel - Properly dispose of vm_page_t in sf_buf_mfree()
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Dec 22 11:44:12 PST 2011
    
    
  
commit aa05e418024bc38dc764d95b3078aa0fd2057798
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Dec 22 11:43:26 2011 -0800
    kernel - Properly dispose of vm_page_t in sf_buf_mfree()
    
    * Properly dispose of vm_page_t in sf_buf_mfree(), used by sendfile()
    
    * Should fix a VM page delete/free panic.
    
    Reported-by: sephe
Summary of changes:
 sys/kern/uipc_syscalls.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa05e418024bc38dc764d95b3078aa0fd2057798
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list