Changeset 38846 in vbox
- Timestamp:
- Sep 23, 2011 1:18:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r38166 r38846 211 211 vp->v_type = node->sf_type; 212 212 vp->v_vfsp = node->sf_sffs->sf_vfsp; 213 VFS_HOLD(vp->v_vfsp);214 213 vn_setops(vp, sffs_ops); 215 214 vp->v_flag = VNOSWAP | VNOMAP; /* @todo -XXX- remove VNOMAP when ro-mmap is working*/ … … 247 246 node = kmem_alloc(sizeof (*node), KM_SLEEP); 248 247 node->sf_sffs = sffs; 248 VFS_HOLD(node->sf_sffs->sf_vfsp); 249 249 node->sf_path = path; 250 250 node->sf_ino = sffs->sf_ino++; … … 1457 1457 1458 1458 1459 #if 01459 #if 1 1460 1460 static caddr_t 1461 1461 sffs_page_map(
Note:
See TracChangeset
for help on using the changeset viewer.