Changeset 75677 in vbox for trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSF-VNodeOps.cpp
- Timestamp:
- Nov 22, 2018 9:30:17 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSF-VNodeOps.cpp
r75675 r75677 676 676 static int vboxSfDwnVnPathConf(struct vnop_pathconf_args *pArgs) 677 677 { 678 PDEBUG("here"); 678 Log(("vboxSfDwnVnPathConf:\n")); 679 RT_NOREF(pArgs); 679 680 return 0; 680 681 } … … 697 698 698 699 /* Check that it's not a root node that's in use. */ 699 PVBOXSFMNT pMntData = (PVBOXSFMNT)vfs_fsprivate(vnode_mount(pArgs->a_vp));700 PVBOXSFMNTDATA pMntData = (PVBOXSFMNTDATA)vfs_fsprivate(vnode_mount(pArgs->a_vp)); 700 701 AssertReturn(!pMntData || pMntData->pVnRoot != pArgs->a_vp, EBUSY); 701 702
Note:
See TracChangeset
for help on using the changeset viewer.