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

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

Diff for /src/sys/miscfs/fdesc/fdesc_vnops.c between version 1.98 and 1.98.4.1

version 1.98, 2007/07/27 08:38:39 version 1.98.4.1, 2007/10/26 15:48:51
Line 630  fdesc_setattr(v)
Line 630  fdesc_setattr(v)
          *      On vnode's this will cause truncation and socket/pipes make           *      On vnode's this will cause truncation and socket/pipes make
          *      no sense.           *      no sense.
          */           */
         simple_unlock(&fp->f_slock);          mutex_exit(&fp->f_lock);
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.98.4.1

CVSweb <webmaster@jp.NetBSD.org>