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

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

Diff for /src/sys/kern/subr_pool.c between version 1.110 and 1.110.2.1

version 1.110, 2005/12/24 19:12:23 version 1.110.2.1, 2006/02/01 14:52:20
Line 1033  pool_get(struct pool *pp, int flags)
Line 1033  pool_get(struct pool *pp, int flags)
         }          }
   
         pp->pr_nget++;          pp->pr_nget++;
           pr_leave(pp);
   
         /*          /*
          * If we have a low water mark and we are now below that low           * If we have a low water mark and we are now below that low
Line 1046  pool_get(struct pool *pp, int flags)
Line 1047  pool_get(struct pool *pp, int flags)
                  */                   */
         }          }
   
         pr_leave(pp);  
         simple_unlock(&pp->pr_slock);          simple_unlock(&pp->pr_slock);
         return (v);          return (v);
 }  }

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.110.2.1

CVSweb <webmaster@jp.NetBSD.org>