[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.166.2.6 and 1.166.2.7

version 1.166.2.6, 2010/08/11 22:54:47 version 1.166.2.7, 2010/10/09 03:32:34
Line 551  genfs_node_unlock(struct vnode *vp)
Line 551  genfs_node_unlock(struct vnode *vp)
         rw_exit(&gp->g_glock);          rw_exit(&gp->g_glock);
 }  }
   
   int
   genfs_node_wrlocked(struct vnode *vp)
   {
           struct genfs_node *gp = VTOG(vp);
   
           return rw_write_held(&gp->g_glock);
   }
   
 /*  /*
  * Do the usual access checking.   * Do the usual access checking.
  * file_mode, uid and gid are from the vnode in question,   * file_mode, uid and gid are from the vnode in question,

Legend:
Removed from v.1.166.2.6  
changed lines
  Added in v.1.166.2.7

CVSweb <webmaster@jp.NetBSD.org>