[BACK]Return to puffs_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / puffs

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

Diff for /src/sys/fs/puffs/puffs_subr.c between version 1.22.2.1 and 1.22.2.2

version 1.22.2.1, 2007/03/13 16:51:36 version 1.22.2.2, 2007/03/13 17:50:48
Line 125  puffs_getvnode(struct mount *mp, void *c
Line 125  puffs_getvnode(struct mount *mp, void *c
         }          }
   
         /* So it's not dead yet.. good.. inform new vnode of its master */          /* So it's not dead yet.. good.. inform new vnode of its master */
         simple_lock(&mntvnode_slock);          mutex_enter(&mntvnode_lock);
         TAILQ_INSERT_TAIL(&mp->mnt_vnodelist, vp, v_mntvnodes);          TAILQ_INSERT_TAIL(&mp->mnt_vnodelist, vp, v_mntvnodes);
         simple_unlock(&mntvnode_slock);          mutex_exit(&mntvnode_lock);
         vp->v_mount = mp;          vp->v_mount = mp;
   
         /*          /*

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.22.2.2

CVSweb <webmaster@jp.NetBSD.org>