Re: Fix page deactivation in uvm_vnode.c when clustering

2011-06-08 Thread Ariane van der Steldt
On Tue, Jun 07, 2011 at 11:01:53PM +0100, Owain Ainsworth wrote: > On Tue, Jun 07, 2011 at 06:51:31PM +0200, Christian Ehrhardt wrote: > > Hi, > > > > while reading through uvm code I stubled accross a piece of code that > > appears to be buggy. Here's the proposed patch, rational follows: > > >

Re: Fix page deactivation in uvm_vnode.c when clustering

2011-06-08 Thread Ariane van der Steldt
On Tue, Jun 07, 2011 at 06:51:31PM +0200, Christian Ehrhardt wrote: > while reading through uvm code I stubled accross a piece of code that > appears to be buggy. Here's the proposed patch, rational follows: > > Index: uvm_vnode.c > =

Re: Fix page deactivation in uvm_vnode.c when clustering

2011-06-07 Thread Owain Ainsworth
On Tue, Jun 07, 2011 at 06:51:31PM +0200, Christian Ehrhardt wrote: > Hi, > > while reading through uvm code I stubled accross a piece of code that > appears to be buggy. Here's the proposed patch, rational follows: > > Index: uvm_vnode.c >

Fix page deactivation in uvm_vnode.c when clustering

2011-06-07 Thread Christian Ehrhardt
Hi, while reading through uvm code I stubled accross a piece of code that appears to be buggy. Here's the proposed patch, rational follows: Index: uvm_vnode.c === RCS file: /cvs/src/sys/uvm/uvm_vnode.c,v retrieving revision 1.71 diff