Changeset 26493 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Feb 14, 2010 7:50:58 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57663
- Location:
- trunk/src/VBox/Additions/solaris/SharedFolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
r25883 r26493 306 306 if (error) 307 307 return (error); 308 308 309 309 /* 310 310 * find what we are mounting -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r25883 r26493 295 295 if (!node->sf_is_stale && node->sf_type == VDIR) { 296 296 len = strlen(node->sf_path); 297 297 298 298 n = node; 299 299 while ((n = AVL_NEXT(&sfnodes, node)) != NULL) { … … 474 474 475 475 /* 476 * Look for an existing node. 476 * Look for an existing node. 477 477 */ 478 478 fullpath = sfnode_construct_path(dir, name); … … 630 630 } 631 631 names = (void *)prov_buff; 632 632 633 633 /* 634 634 * Lookup each of the names, so that we have ino's.
Note:
See TracChangeset
for help on using the changeset viewer.