- Timestamp:
- Oct 27, 2020 12:19:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r85699 r86722 764 764 } 765 765 766 iroot = ilookup(sb, 0); 766 /* '.' and '..' entries are st_ino == 0 so root is #1 */ 767 iroot = ilookup(sb, 1); 767 768 if (!iroot) 768 769 return -ENOSYS;
Note:
See TracChangeset
for help on using the changeset viewer.