[BACK]Return to genfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / genfs

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

Diff for /src/sys/miscfs/genfs/genfs_vnops.c between version 1.63 and 1.64

version 1.63, 2002/05/18 02:54:57 version 1.64, 2002/05/29 11:04:40
Line 433  genfs_rel_pages(struct vm_page **pgs, in
Line 433  genfs_rel_pages(struct vm_page **pgs, in
                         pg->flags |= PG_RELEASED;                          pg->flags |= PG_RELEASED;
                 }                  }
         }          }
           uvm_lock_pageq();
         uvm_page_unbusy(pgs, npages);          uvm_page_unbusy(pgs, npages);
           uvm_unlock_pageq();
 }  }
   
 /*  /*

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb <webmaster@jp.NetBSD.org>