[BACK]Return to kern_descrip.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/kern_descrip.c between version 1.206 and 1.207

version 1.206, 2010/09/01 15:15:18 version 1.207, 2010/10/29 15:32:23
Line 1339  fd_hold(lwp_t *l)
Line 1339  fd_hold(lwp_t *l)
 {  {
         filedesc_t *fdp = l->l_fd;          filedesc_t *fdp = l->l_fd;
   
         KASSERT(fdp == curlwp->l_fd || fdp == lwp0.l_fd);  
         atomic_inc_uint(&fdp->fd_refcnt);          atomic_inc_uint(&fdp->fd_refcnt);
 }  }
   

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb <webmaster@jp.NetBSD.org>