NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/38889 CVS commit: src/sys/uvm



The following reply was made to PR kern/38889; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38889 CVS commit: src/sys/uvm
Date: Fri, 1 Jun 2012 14:52:49 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Fri Jun  1 14:52:49 UTC 2012
 
 Modified Files:
        src/sys/uvm: uvm_vnode.c
 
 Log Message:
 Only use generic readahead on VREG vnodes, the space used to store the
 context is not valid on other types.
 Prevents the crash reported in PR kern/38889, but does not fix the
 mmap of block devices, more work is needed (no size on VBLK vnodes).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.97 -r1.98 src/sys/uvm/uvm_vnode.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index