[BACK]Return to uvm_vnode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_vnode.c between version 1.92 and 1.93

version 1.92, 2009/08/04 23:31:57 version 1.93, 2010/01/08 11:35:12
Line 114  const struct uvm_pagerops uvm_vnodeops =
Line 114  const struct uvm_pagerops uvm_vnodeops =
 static void  static void
 uvn_reference(struct uvm_object *uobj)  uvn_reference(struct uvm_object *uobj)
 {  {
         VREF((struct vnode *)uobj);          vref((struct vnode *)uobj);
 }  }
   
   

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

CVSweb <webmaster@jp.NetBSD.org>